2019-07-21 19:28:30 +02:00
%% symbol library for TikZ track schematics
%
2020-01-14 17:11:10 +01:00
% Copyright (c) 2018 - 2020, Martin Scheidt (ISC license)
2019-07-21 19:28:30 +02:00
%
2019-07-21 14:32:44 +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.
2020-01-14 17:11:10 +01:00
%
\ProvidesFileRCS { tikzlibrarytrackschematic.code.tex} %
%
\RequirePackage { tikz,etoolbox,lmodern} %
%
2019-09-30 15:16:20 +02:00
%%%%%%%%%%%%%%%
% symbol definitions
%%%%%%%%%%%%%%%
2019-07-21 14:32:44 +02:00
\usetikzlibrary { trackschematic.topology} %
\usetikzlibrary { trackschematic.trafficcontrol} %
\usetikzlibrary { trackschematic.vehicles} %
2019-09-30 15:16:20 +02:00
\usetikzlibrary { trackschematic.constructions} %
2020-01-14 17:11:10 +01:00
\usetikzlibrary { trackschematic.messures} %
% \usetikzlibrary{trackschematic.i18n}%
%
%%%%%%%%%%%%%%%
\endinput %
%