aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorY. Wang <yw05@forksworld.de>2021-12-21 17:55:02 +0100
committerY. Wang <yw05@forksworld.de>2021-12-21 17:55:02 +0100
commit999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796 (patch)
tree68cf02c1f64847ff25d612df9dd8d6723093097c
parent81f3fb189b40327779e9f29a31bd1a749c799585 (diff)
downloadadvtrains-999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796.tar.gz
advtrains-999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796.tar.bz2
advtrains-999d482e1f8abc3fbf17d3a5a4e61a1f52fe4796.zip
Mark the "Physics" section as an appendix
-rw-r--r--assets/manual/manual.tex11
1 files 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