From 14ca5c3cd845e02bf50c6d2a13c92aa90de3c1ea Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Wed, 1 Dec 2021 11:47:34 +0100 Subject: [PATCH] minor coordinate ajustment for better copying --- doc/manual.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.tex b/doc/manual.tex index bb0ac52..650ee71 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -151,8 +151,8 @@ The orientation options/pgfkeys inhibit their meaning from reading left to right as \texttt{forward} and relate \texttt{left}/\texttt{right} to that movement. \begin{center} \begin{tikzpicture}[font=\ttfamily] - \draw[<->] (-0.5,0) node[left] {backward} -- (0.5,0) node[right] {forward}; - \draw[<->] (0,-0.5) node[below] {right} -- (0,0.5) node[above] {left}; + \draw[<->] (-0.5,0) node[left] {backward} -- ++(1,0) node[right] {forward}; + \draw[<->] (0,-0.5) node[below] {right} -- ++(0,1) node[above] {left}; \end{tikzpicture} \end{center}