2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2013-04-28 16:20:49 +02:00
parent 9f8791bd10
commit 2802d0250d
2 changed files with 7 additions and 4 deletions

View file

@ -38,10 +38,13 @@
\draw[->,very thick] (E\tmp) -- (4, {(\n-\tmp)*2-0.5}) -- (2, {(\n-\nr)*2+1.5}) -- (x\nr);
}
\node (Mx) at (0,-1) {$\vdots$};
\node (xx) at (2,-1) {$\vdots$};
\node (Ex) at (4,-1) {$\vdots$};
\node (Cx) at (6,-1) {$\vdots$};
\node (IV) at (2,{\n*2-1}) {$IV$};
\draw[->, very thick] (IV) -- (x1);
\node (Mx) at (0,-1) {$\vdots$};
\node (xx) at (2,-1) {$\vdots$};
\node (Ex) at (4,-1) {$\vdots$};
\node (Cx) at (6,-1) {$\vdots$};
\end{tikzpicture}
\end{preview}
\end{document}