From 999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796 Mon Sep 17 00:00:00 2001 From: "Y. Wang" Date: Tue, 21 Dec 2021 17:55:02 +0100 Subject: Mark the "Physics" section as an appendix --- assets/manual/manual.tex | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/manual/manual.tex b/assets/manual/manual.tex index 3555507..bf46e75 100644 --- a/assets/manual/manual.tex +++ b/assets/manual/manual.tex @@ -1227,6 +1227,11 @@ The \texttt{main} and \texttt{dst} fields may contain one of the following: \subsection{Train speed restriction table} The speed restriction table for trains includes the speed limits for a train, where the key is the type of speed limit and the value is the speed limit itself. +\appendix +\newpage +\part*{Appendices} +\addcontentsline{toc}{part}{Appendices} + \section{Physics}\label{s:physics} \subsection{Train acceleration} @@ -1255,12 +1260,8 @@ The time needed to accelerate from $v_0$ to $v_1$ can be calculated as follows: The distance needed to accelerate from $v_0$ to $v_1$ can be calculated as follows: \[ s = \frac{v_1^2 - v_0^2}{2a} \] -\ifx\HCode\undefined -\appendix -\newpage -\part*{Appendices} -\addcontentsline{toc}{part}{Appendices} +\ifx\HCode\undefined \printindex \fi -- cgit v1.2.3