aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2022-12-16 18:09:15 +0100
committerY. Wang <yw05@forksworld.de>2022-12-16 18:09:15 +0100
commit8e7d6a6a6056225dc7c040f6742dab8523691b1b (patch)
tree54787cecdf7a8b423d593815b4e445b49ca74904
parentc344f3d81c94a581de77c82c36a926f3a0cf8cd8 (diff)
downloadadvtrains-doc.tar.gz
advtrains-doc.tar.bz2
advtrains-doc.zip
Fix signal directiondoc
-rw-r--r--assets/manual/tex/introduction.tex2
-rw-r--r--assets/manual/tex/preamble.tex4
2 files changed, 3 insertions, 3 deletions
diff --git a/assets/manual/tex/introduction.tex b/assets/manual/tex/introduction.tex
index 752e098..abb49c4 100644
--- a/assets/manual/tex/introduction.tex
+++ b/assets/manual/tex/introduction.tex
@@ -20,7 +20,7 @@ A notable portion of the manual is influenced by various other guides and manual
\item Unless otherwise specified, the unit of speed is meter per second.
\item Unless otherwise specified, the unit of acceleration is meter per second squared.
\item The \tikz \pic at (0,0) {tcb}; symbol stands for a TCB assigned to the track.
-\item The \tikz \pic (0,0) {signal=red}; symbol stands for a TCB assigned to the track with a signal assigned to the TCB side opposite of that of the direction in which the TCB is facing (here: the signal is assigned to the left side of the TCB).
+\item The \tikz \pic (0,0) {signal=red}; symbol stands for a TCB assigned to the track with a signal assigned to the TCB side that the light is facing (here: the signal is assigned to the left side of the TCB).
\item Arguments to functions and ATC commands are delimited using angle brackets \var{like this}.
\item Argument names are generally lowercase, but the first letter may be capitalized.
\item Lua string constants are written without quotation marks when the content does not resemble any numeric or symbolic constant and when used as enumerators or table indices.
diff --git a/assets/manual/tex/preamble.tex b/assets/manual/tex/preamble.tex
index cd2553f..5bc463d 100644
--- a/assets/manual/tex/preamble.tex
+++ b/assets/manual/tex/preamble.tex
@@ -97,8 +97,8 @@
\tikzset{
signal/.pic = {
- \draw (0,0) -- (0,0.2) -- (0.15,0.2);
- \draw [fill=#1] (0.15,0.2) circle [radius=0.05];
+ \draw (0,0) -- (0,0.2) -- (-0.15,0.2);
+ \draw [fill=#1] (-0.15,0.2) circle [radius=0.05];
},
tcb/.pic = {
\draw (0,0) -- (0,0.2);