From 8e7d6a6a6056225dc7c040f6742dab8523691b1b Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Fri, 16 Dec 2022 18:09:15 +0100 Subject: Fix signal direction --- assets/manual/tex/introduction.tex | 2 +- assets/manual/tex/preamble.tex | 4 ++-- 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); -- cgit v1.2.3