moved dependencies to top for easier dependency management

master
Martin Scheidt 2022-02-10 09:19:26 +01:00
parent ba299daaa6
commit b4d0080c3e
1 changed files with 5 additions and 3 deletions

View File

@ -8,12 +8,15 @@
% 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. % 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.
% %
\ProvidesFileRCS{tikzlibrarytrackschematic.symbology.code.tex}% \ProvidesFileRCS{tikzlibrarytrackschematic.symbology.code.tex}%
%%%%%%%%%%%%%%%
% global settings
%%%%%%%%%%%%%%%
\RequirePackage{booktabs,xltabular,multicol,adjustbox}%
\usetikzlibrary{calc}%
% %
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%
% commands % commands
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%
\RequirePackage{adjustbox}%
\usetikzlibrary{calc}%
% %
\DeclareRobustCommand{\tsSymbol}[2][1]{% \DeclareRobustCommand{\tsSymbol}[2][1]{%
\adjustbox{valign=c}{% \adjustbox{valign=c}{%
@ -32,7 +35,6 @@
% \newglossaryentry{main_track}{name={main track},description={},symbol={\tsSymbol{main_track}}}% % \newglossaryentry{main_track}{name={main track},description={},symbol={\tsSymbol{main_track}}}%
% }{}% % }{}%
%% %%
\RequirePackage{booktabs,xltabular,multicol}%
%% command %% command
\DeclareRobustCommand\tsFullSymbology{% \DeclareRobustCommand\tsFullSymbology{%
\begin{xltabular}{\textwidth}{cX}% \begin{xltabular}{\textwidth}{cX}%