-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathroute_locking_matrix.tex
More file actions
31 lines (24 loc) · 1.1 KB
/
route_locking_matrix.tex
File metadata and controls
31 lines (24 loc) · 1.1 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
%!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,
landscape,
]{scrbook}
\usepackage{fullpage}
\def\ROOT{./..}
\usepackage{handbook}
\begin{document}
\selectlanguage{ngerman} % currently supported: english, ngerman
\pagestyle{empty}
\begin{center}
\IfLanguage{english}{\Large route locking matrix}
\IfLanguage{ngerman}{\Large Verschlussplan}
\\\normalsize
\tikzfigure[0.8\linewidth]{route_locking_matrix.tikz}
\vfil
\input{\ROOT/tables/route_locking_matrix.tex}
Legende: R -- Rechtslage, L -- Linkslage, X -- Verschlossen.
\end{center}
\end{document}