forked from RailEduKit/SigLab-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhandbook.tex
More file actions
71 lines (57 loc) · 2.09 KB
/
handbook.tex
File metadata and controls
71 lines (57 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
%!TEX TS-program = pdflatexmk
% Copyright 2018 - 2022 Martin Scheidt (Attribution 4.0 International, CC-BY 4.0)
% You are free to copy and redistribute the material in any medium or format. You are free to remix, transform, and build upon the material for any purpose, even commercially. You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. No warranties are given.
\documentclass[
% draft,
paper=a4,
% version=3.25,
pagesize=pdftex,
twoside=false,
DIV=12,
headinclude=true,
footinclude=false,
toc=listof,
]{scrbook}
\def\ROOT{.}
\usepackage{handbook}
% -------[ PDF Informations ]---------
\hypersetup{
pdftitle={Interactive Signalling Laboratory},
pdfsubject={game based learning},
pdfauthor={Martin Scheidt and contributers},
pdfkeywords={railway, infrastructure, serious gaming, game base learning},
}
\begin{document}
\selectlanguage{ngerman} % currently supported: english, ngerman
\input{\ROOT/frontmatter/titlepage.tex}
\tableofcontents
\input{\ROOT/frontmatter/copyright.tex}
\cleardoublepage
\chapter{Fahrdynamik}
\input{\ROOT/tutorial/aim.tex}
\input{\ROOT/tutorial/trainrun_de.tex}
\cleardoublepage
\input{\ROOT/tasks/runningtime_de.tex}
\cleardoublepage
\input{\ROOT/tasks/viewpoint_de.tex}
\chapter{Zugfolgesicherung}
\input{\ROOT/tutorial/followprotection_de.tex}
\cleardoublepage
\input{\ROOT/tasks/blocksection_de.tex}
\cleardoublepage
\input{\ROOT/tasks/trafficflow_de.tex}
\chapter{Fahrwegsicherung}
\input{\ROOT/tutorial/routeprotection_de.tex}
\cleardoublepage
\input{\ROOT/tasks/routes_de.tex}
\cleardoublepage
\input{\ROOT/tasks/overlap_de.tex}
\cleardoublepage
\input{\ROOT/tasks/selectiveprotectivepoints_de.tex}
\chapter{Betriebsplanung und -steuerung}
\input{\ROOT/tasks/network_de.tex}
\cleardoublepage
\appendix
\input{\ROOT/backmatter/versionhistory.tex}
\vhListAllAuthorsLongWithAbbrev
\end{document}