corrected block clearing point symbol to represent and match symbology

master
Martin Scheidt 2019-09-20 23:17:35 +02:00
parent a0092e25c8
commit 99a604aa54
6 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -13,6 +13,7 @@
\IfLanguage{ngerman}{Die Strecke besteht aus einer beliebigen Anzahl von Feldern. An die Strecke können Signale oder Bahnsteigkanten angeordnet werden.}
\\[0.5cm]
\tikzfigure{composition.tikz}
\todo{left-hand-driving}
\section{\IfLanguage{english}{Trains}\IfLanguage{ngerman}{Züge}}
\todo{} (nur Zugfahrten, keine Rangierfahrten)

Binary file not shown.

View File

@ -29,7 +29,7 @@
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);
\draw[line width=4pt] (8,-0.5) -- (7.75,-0.75) -- (8,-1) -- (8.25,-0.75) -- cycle;
\node[align=center] at (8,-1.5) {
\IfLanguage{english}{\Large BCP}
\IfLanguage{ngerman}{\Large SZS}

View File

@ -71,6 +71,7 @@
\usepackage{enumerate}
\usepackage{enumitem} % change numbering
\usepackage{tikz,adjustbox}
\usetikzlibrary{babel}
% -------[ costum commands ]---------
\newcommand{\TODO}[1]{\todo[linecolor=orange,backgroundcolor=orange!20,bordercolor=orange,inline,]{\textcolor{orange}{Todo:~}#1}}

View File

@ -30,6 +30,7 @@
}
\usepackage{tikz,adjustbox}
\usetikzlibrary{babel}
\usepackage{booktabs,longtable,tabularx,ltxtable}