minor coordinate ajustment for better copying

master
Martin Scheidt 2021-12-01 11:47:34 +01:00
parent f92a285282
commit 14ca5c3cd8
1 changed files with 2 additions and 2 deletions

View File

@ -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}