aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2021-12-28 10:26:03 +0100
committerY. Wang <yw05@forksworld.de>2021-12-28 10:26:03 +0100
commit8f63a08c6d56dbceba4f38f8130a8e452fe191d8 (patch)
tree1d62e788c08ad944cf639b7925e4fd8901224b24
parent999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796 (diff)
downloadadvtrains-8f63a08c6d56dbceba4f38f8130a8e452fe191d8.tar.gz
advtrains-8f63a08c6d56dbceba4f38f8130a8e452fe191d8.tar.bz2
advtrains-8f63a08c6d56dbceba4f38f8130a8e452fe191d8.zip
Add graph illustrating the "finish route" buttons
Based on https://forum.minetest.net/viewtopic.php?p=404223#p404223
-rw-r--r--assets/manual/manual.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/manual/manual.tex b/assets/manual/manual.tex
index bf46e75..9b6e4a2 100644
--- a/assets/manual/manual.tex
+++ b/assets/manual/manual.tex
@@ -668,6 +668,19 @@ You can also click ``Finish route at the end of NEXT section'' at the starting T
If the TCB is not considered suitable for route continuation, please check that the side of the TCB from which the train passes the TCB is part of a track section and that the train can reach there without passing a point assigned to another TCB. If you see ``Advancing over next section is impossible at this place. End of interlocking.'', please check that the side of the TCB corresponding to the driving direction is part of a track section.
+\begin{centeredtikzpicture}
+ \draw [->] (-0.5,1) node [left] {Finish route HERE} -- (4.5,1);
+ \draw [->,blue,very thick] (0,1) -- (2,1);
+ \draw [->] (-0.5,0) node [left] {Finish route at the end of NEXT section}-- (4.5,0);
+ \draw [->,blue,very thick] (0,0) -- (4,0);
+ \foreach \y in {1,0} {
+ \draw (0,\y) pic [xscale=-1] {signal=red} node [below] {$P$};
+ \foreach \x/\l in {2/Q,4/R} {
+ \draw (\x,\y) pic {tcb} node [below] {$\l$};
+ }
+ }
+\end{centeredtikzpicture}
+
After finishing the route, you are prompted for the name of the route. It is recommended to use a sensible name. You should then see the route formspec. If you don't, click on the name of the route you just created and click ``Edit route'', and proceed to the next section regarding ARS.
\subsection{Automatic routesetting}\label{s:ilars}