From 9b75034ee43773ecb94a622bfca338df9b187dff Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 31 Dec 2013 12:28:31 +0100 Subject: [PATCH] nodist: added captions to overview images --- nodist/overview.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodist/overview.tex b/nodist/overview.tex index 8f1249f0..ce26ba7d 100644 --- a/nodist/overview.tex +++ b/nodist/overview.tex @@ -36,6 +36,9 @@ \draw [->] (adg) -- node[right, align=left] {XLIB\\BACKEND} (workstation); \draw [->] (sheet) -- (printer); +\node[yshift=75] at (adg) + {Overview of a typical \textbf{desktop} application}; + \end{tikzpicture} \begin{tikzpicture} @@ -68,5 +71,8 @@ \draw [<->] (cloud) -- (tablet); \draw [<->] (cloud) -- (workstation); +\node[xshift=75, yshift=75] at (adg) + {Overview of a typical \textbf{web} application}; + \end{tikzpicture} \end{document} -- 2.11.4.GIT