2018-11-22 15:28:16 +01:00
%!TEX TS-program = pdflatexmk
2018-10-07 10:47:40 +02:00
2021-11-12 19:51:49 +01:00
% Copyright 2021 Martin Scheidt (Attribution 4.0 International, CC-BY 4.0)
2018-11-27 09:09:49 +01:00
% 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.
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\documentclass [
2020-09-30 20:01:11 +02:00
% draft,
2018-11-22 15:28:16 +01:00
paper=a4,
version=3.25,
pagesize=pdftex,
twoside=false,
DIV=12,
headinclude=true,
footinclude=false,
toc=listof,
]{ scrbook}
2018-10-07 10:47:40 +02:00
2019-03-25 15:48:15 +01:00
\def \ROOT { .}
2020-06-24 16:43:28 +02:00
\usepackage { handbook}
% -------[ PDF Informations ]---------
\hypersetup {
pdftitle={ Edugame Railway Operations} ,
pdfsubject={ game based learning} ,
pdfauthor={ Martin Scheidt and contributers} ,
pdfkeywords={ railway, infrastructure, serious gaming, game base learning} ,
}
2018-10-07 10:47:40 +02:00
\begin { document}
2020-09-30 20:01:11 +02:00
\selectlanguage { ngerman} % currently supported: english, ngerman
2018-10-07 10:47:40 +02:00
2019-03-25 15:48:15 +01:00
\input { \ROOT /frontmatter/titlepage.tex}
2018-11-22 15:28:16 +01:00
\tableofcontents
2020-09-30 20:01:11 +02:00
\input { \ROOT /frontmatter/copyright.tex}
2018-11-22 15:28:16 +01:00
\cleardoublepage
2018-10-07 10:47:40 +02:00
2020-09-30 20:01:11 +02:00
\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}
2018-10-07 10:47:40 +02:00
2020-09-30 20:01:11 +02:00
\chapter { Zugfolgesicherung}
\input { \ROOT /tutorial/followprotection_ de.tex}
\cleardoublepage
\input { \ROOT /tasks/blocksection_ de.tex}
\cleardoublepage
\input { \ROOT /tasks/trafficflow_ de.tex}
2021-11-12 19:51:49 +01:00
\chapter { Fahrwegsicherung}
2020-09-30 20:01:11 +02:00
\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}
2018-10-07 10:47:40 +02:00
2020-09-30 20:01:11 +02:00
\chapter { Betriebsplanung und -steuerung}
\input { \ROOT /tasks/network_ de.tex}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\cleardoublepage
\appendix
2019-03-25 15:48:15 +01:00
\input { \ROOT /backmatter/versionhistory.tex}
2019-04-01 16:58:53 +02:00
\vhListAllAuthorsLongWithAbbrev
2018-10-07 10:47:40 +02:00
\end { document}