-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added routes and route locking. Extended material and tasks.
- Loading branch information
Showing
24 changed files
with
551 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
%!TEX TS-program = pdflatexmk | ||
|
||
% Copyright 2019 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. | ||
|
||
\begin{scope} | ||
\coordinate (base) at (0,0); | ||
\path[draw, line width=2pt] ( 0,0) -- ++(19,0); | ||
\path[draw, line width=2pt] ( 0,1) -- ++(1,0) -- ++(1,-1); | ||
\path[draw, line width=1pt,fill] (2,0) -- ++(-0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\path[draw, line width=2pt] (17,0) -- ++(1,1) -- ++(1,0); | ||
\path[draw, line width=1pt,fill] (17,0) -- ++(0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\node at ( 0,2) {\Large A}; | ||
\node at (19,2) {\Large B}; | ||
\path[draw, line width=1pt, fill=white] (0,0) -- ++(-0.2,-0.2) -- ++(-2.6,0) -- ++(0,0.4) -- ++(2.6,0) -- cycle; % train | ||
\path[draw, line width=1pt, fill=white] (0,1) -- ++(-0.2,-0.2) -- ++(-2.6,0) -- ++(0,0.4) -- ++(2.6,0) -- cycle; % train | ||
\end{scope} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
%!TEX TS-program = pdflatexmk | ||
|
||
% Copyright 2019 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. | ||
|
||
\begin{scope} | ||
\coordinate (base) at (0,0); | ||
\path[draw, line width=2pt] ( 0,0) -- ++(15,0); | ||
\path[draw, line width=2pt] ( 4,0) -- ++(1,1) -- ++(8,0); | ||
\path[draw, line width=2pt] (12,1) -- ++(1,-1); | ||
\path[draw, line width=1pt, fill] (4,0) -- ++(0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\path[draw, line width=1pt, fill] (12,1) -- ++(0.4,-0.4) -- ++(0,0.4); % turnout marker | ||
\path[draw, line width=1pt, fill] (13,0) -- ++(-0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\path[draw, line width=1pt, fill=white] ( 0,0) -- ++(-0.2,-0.2) -- ++(-2.6,0) -- ++(0, 0.4) -- ++( 2.6,0) -- cycle; % train | ||
\path[draw, line width=1pt, fill=white] (15,0) -- ++( 0.2, 0.2) -- ++( 2.6,0) -- ++(0,-0.4) -- ++(-2.6,0) -- cycle; % train | ||
\node at (-1,0) {1}; | ||
\node at (16,0) {2}; | ||
\end{scope} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
%!TEX TS-program = pdflatexmk | ||
|
||
% Copyright 2019 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. | ||
|
||
\begin{scope} | ||
\coordinate (base) at (0,0); | ||
\path[draw, line width=2pt] (-3,0) -- ++(18,0); | ||
\path[draw, line width=2pt] (-3,2) -- ++(18,0); | ||
\path[draw, line width=2pt] ( 6,0) -- ++(1,1) -- ++(8,0); | ||
\path[draw, line width=2pt] ( 7,2) -- ++(1,-1); | ||
\path[draw, line width=1pt, fill] (6,0) -- ++(0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\path[draw, line width=1pt, fill] (7,2) -- ++(0.4,-0.4) -- ++(0,0.4); % turnout marker | ||
\path[draw, line width=1pt, fill] (8,1) -- ++(-0.4,0.4) -- ++(0,-0.4); % turnout marker | ||
\path[draw, line width=1pt, fill=white] ( 1,0) -- ++(-0.2,-0.2) -- ++(-2.6,0) -- ++(0, 0.4) -- ++( 2.6,0) -- cycle; % train | ||
\path[draw, line width=1pt, fill=white] (10,1) -- ++( 0.2, 0.2) -- ++( 2.6,0) -- ++(0,-0.4) -- ++(-2.6,0) -- cycle; % train | ||
\path[draw, line width=1pt, fill=white] (10,2) -- ++( 0.2, 0.2) -- ++( 2.6,0) -- ++(0,-0.4) -- ++(-2.6,0) -- cycle; % train | ||
\node at ( 0,0) {3}; | ||
\node at (11,1) {2}; | ||
\node at (11,2) {1}; | ||
\end{scope} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
%!TEX TS-program = pdflatexmk | ||
|
||
% Copyright 2019 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{beamer} | ||
\usepackage[ | ||
size=a4, | ||
]{beamerposter} | ||
\beamertemplatenavigationsymbolsempty | ||
|
||
\def\ROOT{./..} | ||
\input{\ROOT/src/material_header.tex} | ||
\input{\ROOT/src/colors.tex} | ||
% \input{\ROOT/src/hyperref.tex} | ||
|
||
\tikzset{ | ||
route_clearing_point/.pic = { | ||
% \draw[loosely dashdotted] (0,1) -- ( 0,0) -- ++(8,0) -- ++(0,1); | ||
\draw[line width=4pt] (8,0) -- ++(0,-0.5); | ||
\draw[line width=4pt] (8,-0.75) circle (0.25); | ||
\node[align=center] at (8,-1.5) { | ||
\IfLanguage{english}{\Large RCP} | ||
\IfLanguage{ngerman}{\Large FZS} | ||
}; % label | ||
}, | ||
} | ||
\tikzset{ | ||
block_clearing_point/.pic = { | ||
% \draw[loosely dashdotted] (0,1) -- ( 0,0) -- ++(8,0) -- ++(0,1); | ||
\draw[line width=4pt] (8,0) -- ++(0,-0.5); | ||
\draw[line width=4pt] (7.75,-0.5) rectangle ++(0.5,-0.5); | ||
\node[align=center] at (8,-1.5) { | ||
\IfLanguage{english}{\Large BCP} | ||
\IfLanguage{ngerman}{\Large SZS} | ||
}; % label | ||
}, | ||
} | ||
\tikzset{ | ||
clearing_point/.pic = { | ||
% \draw[loosely dashdotted] (0,1) -- ( 0,0) -- ++(8,0) -- ++(0,1); | ||
\draw[line width=4pt] (8,0) -- ++(0,-0.5); | ||
\draw[line width=4pt] (7.75,-0.5) -- ++(0.5,0); | ||
\node[align=center] at (8,-1.5) { | ||
\IfLanguage{english}{\Large CP} | ||
\IfLanguage{ngerman}{\Large ZS} | ||
}; % label | ||
}, | ||
} | ||
|
||
\begin{document} | ||
\selectlanguage{english} % currently supported: english, ngerman | ||
\tikzset{every path/.style={ultra thick}} | ||
\begin{frame} | ||
\vfill | ||
\begin{tikzpicture}[font=\sffamily] | ||
\foreach \x in {1,5,9,13} | ||
\foreach \y in {0,3,6,9} | ||
\pic at (\x,\y) {route_clearing_point}; | ||
\foreach \x in {17,21,25} | ||
\foreach \y in {0,3,6,9,12,15} | ||
\pic at (\x,\y) {block_clearing_point}; | ||
\foreach \x in {1,5,9,13} | ||
\foreach \y in {12,15} | ||
\pic at (\x,\y) {clearing_point}; | ||
\end{tikzpicture} | ||
\vfil | ||
\end{frame} | ||
\end{document} |
Binary file not shown.
Oops, something went wrong.