2019-09-30 15:16:20 +02:00
%!TEX TS-program = pdflatexmk
2021-01-02 14:04:05 +01:00
% Copyright (c) 2018 - 2021, Martin Scheidt (ISC license)
2019-09-30 15:16:20 +02:00
% Permission to use, copy, modify, and/or distribute this file for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2021-01-02 14:04:05 +01:00
\documentclass [border=2] { standalone}
2019-09-30 15:16:20 +02:00
2020-01-14 17:11:10 +01:00
\usepackage { siunitx}
2019-09-30 15:16:20 +02:00
\usepackage [prefix=] { xcolor-solarized}
2021-01-02 19:47:14 +01:00
\usepackage [dev] { tikz-trackschematic}
2019-09-30 15:16:20 +02:00
\begin { document}
\begin { tikzpicture} [font=\sffamily ]
\input { turnout.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2019-09-30 15:16:20 +02:00
\begin { tikzpicture} [font=\sffamily ]
\input { crossing.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2019-09-30 15:16:20 +02:00
\begin { tikzpicture} [font=\sffamily ]
\input { slipturnout.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2019-09-30 15:16:20 +02:00
\begin { tikzpicture} [font=\sffamily ]
\input { misc_ topology.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { shunting.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { train.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { bend_ vehicles.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { signals.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { clearingpoints.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { transmitter.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { platform.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { level_ crossing.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { bridge.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { berth.tikz}
\end { tikzpicture}
2021-01-02 14:04:05 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { pylon.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { measure.tikz}
\end { tikzpicture}
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
2021-01-02 14:04:05 +01:00
\input { electric.tikz}
2020-01-14 17:11:10 +01:00
\end { tikzpicture}
2019-04-04 11:28:45 +02:00
\end { document}