updates
[phd-thesis.git] / intro / traditional.tex
index 39f678b..8c6404c 100644 (file)
@@ -2,9 +2,9 @@
 \usetikzlibrary{positioning}
 \begin{document}
 \begin{tikzpicture}[node distance=1em,nodes={rectangle,draw,minimum width=10em,minimum height=2.5em}]
-       \node (0) [fill=black!20,text=black]            {Presentation layer};
-       \node (1) [fill=black!40,text=black,below=of 0] {Business layer};
-       \node (2) [fill=black!80,text=white,below=of 1] {Resource access layer};
+       \node (0) [fill=black!20,text=black]            {Presentation};
+       \node (1) [fill=black!40,text=black,below=of 0] {Business};
+       \node (2) [fill=black!80,text=white,below=of 1] {Resource access};
 
        \draw [<->] (0) -- (1);
        \draw [<->] (1) -- (2);