[texhax] Tikz: Modifying Positions

Torsten Wagner torsten.wagner at gmail.com
Wed May 19 02:58:27 CEST 2010


Hi,

> Instead of:
>
> \draw  (a.east) -- (b.west);
>
Just without testing and without any check up in the manual, I would try
\draw (b.west) ++(0,1) -- (a.east);

which reads:
start from b.west, go up relativ 1 unit, draw a line between current 
position and a.east

Please test

Regards

Totti


More information about the texhax mailing list