Hello everybody,
I encountered a strange problem with the following minimal example:
\documentclass{memoir}
\usepackage{xltxtra}
\usepackage{tikz}
\begin{document}
\begin{figure}
\begin{tikzpicture}[thick]
\path
(4,2) node[rectangle,draw,anchor=west] (I) {I: }
(4,1) node[rectangle,draw,anchor=west] (II) {II: Jingyanggong};
\draw (0,1) node[anchor=east] (Huang) {Huang}
(0,3) node[anchor=east] (C) {Chun};
\draw[|->] (Huang) .. controls +(right:1cm) and +(left:1cm) .. (I); % arrow points right, ok
\draw[|->] (Huang) .. controls +(right:1cm) and +(left:1cm) .. (II);% arrow points left [sic!]
\draw[|->] (C) .. controls +(right:1cm) and +(left:1cm) .. (I); % dito
\draw[|->] (C) .. controls +(right:1cm) and +(left:1cm) .. (II);% dito
\end{tikzpicture}
\caption{Die Textquellen des FÃ?nfsprachenspiegels}
\end{figure}
\end{document}
If the node I ("I: ") is filled with text to the length of node II, then
the arrow will point leftwards, too.
What can I do to anchor the tip correctly (it overshoots the second box,
btw)?
Thank you for any suggestions,
Oliver.
--
Dr. Oliver Corff e-mail:
co...@zedat.fu-berlin.de