2019-09-30 15:16:20 +02:00
%!TEX TS-program = pdflatexmk
2020-01-14 17:11:10 +01:00
% Copyright (c) 2018 - 2020, 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.
\documentclass [tikz,border=2] { standalone}
2020-01-14 17:11:10 +01:00
\usepackage { siunitx}
2019-09-30 15:16:20 +02:00
\usepackage [prefix=] { xcolor-solarized}
2020-02-10 16:21:48 +01:00
\usetikzlibrary { trackschematic-dev.topology} %
\usetikzlibrary { trackschematic-dev.trafficcontrol} %
\usetikzlibrary { trackschematic-dev.vehicles} %
\usetikzlibrary { trackschematic-dev.constructions} %
\usetikzlibrary { trackschematic-dev.messures} %
2019-09-30 15:16:20 +02:00
\begin { document}
\begin { tikzpicture} [font=\sffamily ]
\input { turnout.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { crossing.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { slipturnout.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { misc_ topology.tikz}
\end { tikzpicture}
2020-01-14 17:11:10 +01:00
\begin { tikzpicture} [font=\sffamily ]
\input { shunting.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { train.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { bend_ vehicles.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { signals.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { clearingpoints.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { transmitter.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { platform.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { level_ crossing.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { bridge.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { berth.tikz}
\end { tikzpicture}
\begin { tikzpicture} [font=\sffamily ]
\input { messure.tikz}
\end { tikzpicture}
2019-04-04 11:28:45 +02:00
\end { document}