2019-04-04 11:28:45 +02:00
%!TEX TS-program = pdflatexmk
2019-07-21 19:28:30 +02:00
% Copyright 2019 Martin Scheidt (ISC license)
2019-04-04 11:28:45 +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}
\usepackage [prefix=] { xcolor-solarized}
\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}
2019-04-04 11:28:45 +02:00
\begin { document}
\begin { tikzpicture} [font=\sffamily ]
\input { station_ schleinitz.tikz}
\end { tikzpicture}
\end { document}