edugame-railway-operation/handout/handbook.tex

52 lines
1.4 KiB
TeX
Raw Normal View History

%!TEX TS-program = pdflatexmk
2020-06-19 10:25:04 +02:00
% Copyright 2020 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}
2019-03-25 15:48:15 +01:00
\def\ROOT{.}
\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},
}
\begin{document}
\selectlanguage{english} % currently supported: english, ngerman
2019-03-25 15:48:15 +01:00
\input{\ROOT/frontmatter/titlepage.tex}
\tableofcontents
\cleardoublepage
2019-03-25 15:48:15 +01:00
\input{\ROOT/frontmatter/preambel.tex}
\cleardoublepage
\input{\ROOT/tutorial/manual.tex}
% \setcounter{chapter}{0}
\input{\ROOT/tasks/challenges.tex}
\cleardoublepage
\appendix
2019-03-25 15:48:15 +01:00
\input{\ROOT/backmatter/versionhistory.tex}
\vhListAllAuthorsLongWithAbbrev
\end{document}