From: Nicola Fontana Date: Tue, 31 Dec 2013 11:28:31 +0000 (+0100) Subject: nodist: added captions to overview images X-Git-Tag: 0.7.5~43 X-Git-Url: https://repo.or.cz/w/adg.git/commitdiff_plain/9b75034ee43773ecb94a622bfca338df9b187dff nodist: added captions to overview images --- 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}