From 8f63a08c6d56dbceba4f38f8130a8e452fe191d8 Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Tue, 28 Dec 2021 10:26:03 +0100 Subject: Add graph illustrating the "finish route" buttons Based on https://forum.minetest.net/viewtopic.php?p=404223#p404223 --- assets/manual/manual.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} -- cgit v1.2.3