Skip to content
Snippets Groups Projects
Commit 642210d4 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Pfeile-Zeichnen verbessert

parent 99afe825
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -41,16 +41,17 @@
\includegraphics[width=\linewidth]{Ringo.png}
\end{posterboxenv}
\tikzset{arrow/.style={draw=PTBcolor,line width=1ex,->,-{Latex[length=4ex]}}}
\draw[arrow] (TCBPOSTER@John.south) to
[out=-90,in=150] ([yshift=1.5em]TCBPOSTER@Beatles.west);
\draw[arrow] (TCBPOSTER@Paul.south) to
[out=-90,in=30] ([yshift=1.5em]TCBPOSTER@Beatles.east);
\draw[arrow] (TCBPOSTER@George.north) to
[out=90,in=210] ([yshift=-1.5em]TCBPOSTER@Beatles.west);
\draw[arrow] (TCBPOSTER@Ringo.north) to
[out=90,in=-30] ([yshift=-1.5em]TCBPOSTER@Beatles.east);
\begin{scope}[PTBcolor,line width=1ex,>={Latex[length=4ex]}]
\draw[->,out=-90,in=150] (TCBPOSTER@John.south) to
([yshift=1.5em]TCBPOSTER@Beatles.west);
\draw[->,out=-90,in=30] (TCBPOSTER@Paul.south) to
([yshift=1.5em]TCBPOSTER@Beatles.east);
\draw[->,out=90,in=210] (TCBPOSTER@George.north) to
([yshift=-1.5em]TCBPOSTER@Beatles.west);
\draw[->,out=90,in=-30] (TCBPOSTER@Ringo.north) to
([yshift=-1.5em]TCBPOSTER@Beatles.east);
\end{scope}
\end{document}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment