2018-09-14 21:04:15 +02:00
%!TEX TS-program = pdflatexmk
2019-07-21 19:28:30 +02:00
% Copyright 2019 Martin Scheidt (ISC license)
2018-09-14 21:04:15 +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}
\usepackage { lmodern}
2018-12-19 15:23:27 +01:00
\usepackage [prefix=] { xcolor-solarized}
2018-09-14 21:04:15 +02:00
2018-12-19 15:23:27 +01:00
\def \rootTrackschematic { ../../tikz-trackschematic}
2019-07-21 19:28:30 +02:00
\def \srcTrackschematic { \rootTrackschematic /src/tikzlibrarytrackschematic}
\input { \srcTrackschematic .topology.code.tex}
\input { \srcTrackschematic .trafficcontrol.code.tex}
\input { \srcTrackschematic .constructions.code.tex}
2018-09-14 21:04:15 +02:00
\begin { document}
\begin { tikzpicture} [font=\sffamily ]
2019-02-26 14:46:51 +01:00
\input { station_ rebenau.tikz}
2018-09-14 21:04:15 +02:00
\end { tikzpicture}
\end { document}