From e0203f54b481dfa2e7dc0ef0d286e443bc188ac0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Sep 2021 20:12:42 +0000 Subject: tikz-trackschematic (30sep21) git-svn-id: svn://tug.org/texlive/trunk@60658 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/tikz-trackschematic/README.md | 24 ++-- .../tikz-trackschematic-documentation.sty | 2 +- .../tikz-trackschematic/tikz-trackschematic.pdf | Bin 240000 -> 235544 bytes .../tikz-trackschematic/tikz-trackschematic.tex | 10 +- .../tikz-trackschematic/tikz-trackschematic.sty | 121 +------------------- .../tikzlibrarytrackschematic.code.tex | 3 +- ...ikzlibrarytrackschematic.constructions.code.tex | 2 +- .../tikzlibrarytrackschematic.electrics.code.tex | 2 +- .../tikzlibrarytrackschematic.measures.code.tex | 2 +- .../tikzlibrarytrackschematic.symbology.code.tex | 125 +++++++++++++++++++++ .../tikzlibrarytrackschematic.topology.code.tex | 2 +- ...kzlibrarytrackschematic.trafficcontrol.code.tex | 2 +- .../tikzlibrarytrackschematic.vehicles.code.tex | 2 +- 13 files changed, 162 insertions(+), 135 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex diff --git a/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md b/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md index 74513d88c2d..f1067b5e005 100644 --- a/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md +++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md @@ -19,28 +19,31 @@ The library can then be loaded through the command ```TeX \usepackage{tikz-trackschematic} ``` -in any TeX file. +in any LaTeX file. ------------ # Minimal working example ```TeX -\documentclass{standalone} -\usepackage{tikz-trackschematic} -\begin{document} +\documentclass{standalone} % LaTeX +\usepackage{tikz-trackschematic} % loading the library +\begin{document} \begin{tikzpicture} + % TikZ command: specify coordinates \coordinate (A) at (0,0); \coordinate (B) at (6,0); \coordinate (T) at (5,0); + % draw a track \maintrack (A) -- (B); - \train[forward] at (T) label (train); - \end{tikzpicture} + % place a train on the track + \train[forward] at (T) label (); + \end{tikzpicture} \end{document} ``` results in: @@ -58,6 +61,12 @@ A [glossary](https://glossary.ivev.bau.tu-bs.de/tiki-index.php?page=_Symbology) # History +## Version 0.6.1 + + * removed package requirement lmodern + * minor correction in manual + * added citation information + ## Version 0.6 * created an encapsulating package for future flexibility @@ -108,6 +117,7 @@ A [glossary](https://glossary.ivev.bau.tu-bs.de/tiki-index.php?page=_Symbology) * provide option for internationalziation (i18n) * replace "\gettikzxy" with "\path let" syntax * rewrite library with better coding skills + * include support for glossaries package ------------ @@ -119,7 +129,7 @@ A [glossary](https://glossary.ivev.bau.tu-bs.de/tiki-index.php?page=_Symbology) # License - [![Open Source Initiative Approved License logo](https://opensource.org/files/OSIApproved_100X125.png)](https://opensource.org) + [![Open Source Initiative Approved License logo](https://opensource.org/files/OSIApproved_100X125.png "Open Source Initiative Approved License logo")](https://opensource.org) Copyright (c) 2018 - 2021, Martin Scheidt \ (ISC License) diff --git a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty index 0a6e159f294..d8564b8a7f6 100644 --- a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty +++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty @@ -83,7 +83,7 @@ \sisetup{math-rm=\mathsf} \IfFileExists{tikz-trackschematic-dev.sty}{% - \RequirePackage[dev]{tikz-trackschematic-dev}% + \RequirePackage[dev]{tikz-trackschematic}% }{% \RequirePackage{tikz-trackschematic}% }% diff --git a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf index 06ead065b53..a8a367e5d54 100644 Binary files a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf and b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf differ diff --git a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex index fccbfebd9b1..bb0ac522367 100644 --- a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex +++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex @@ -64,6 +64,8 @@ \subsection{Acknowledgement} This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 826347. + If you want to cite this project please use the follwoing informations:\\ + Scheidt, M. (2021). TikZ-trackschematics (Version \vhCurrentVersion) DOI: 10.5281/zenodo.5539845 \subsection{Requirements}\label{sec:require} @@ -146,7 +148,7 @@ \subsection{Orientation system}\label{sec:orientationsystem} The orientation is controlled via given Ti\emph{k}Z options or pgfkey. - The orientation options/pgfkeys are named in relation to orientation-based coordinates, which inhibate thier meaning from reading left to right beeing \texttt{forward} and relate \texttt{left}/\texttt{right} to that movement. + The orientation options/pgfkeys inhibit their meaning from reading left to right as \texttt{forward} and relate \texttt{left}/\texttt{right} to that movement. \begin{center} \begin{tikzpicture}[font=\ttfamily] \draw[<->] (-0.5,0) node[left] {backward} -- (0.5,0) node[right] {forward}; @@ -326,9 +328,9 @@ \end{lstlisting} Each symbol provides a reference name fo a symbology entry if there is the need to create an own table with the symbols. - It can be used in a normal \TeX~ environment and will show the named symbol with a length of \SI{6.2}{\cm} and a width of \SI{1}{\cm}. + It can be used in a normal \TeX~ environment and will show the named symbol with a length of \SI{6.2}{\cm} and a height of \SI{1}{\cm}. \begin{lstlisting}[gobble=6] - \tsSymbol[width]{main_track} + \tsSymbol[height]{symbol_name} \end{lstlisting} There is also a table with snippets for various situations. @@ -1566,7 +1568,7 @@ \hline \No & train ghost & \tsSymbol{train_ghost} & \ref{sym:trains} \\ \hline - \No & train operated automatic & \tsSymbol{train_drive_automatic} & \ref{sym:trains} \\ + \No & train operated automatically & \tsSymbol{train_drive_automatic} & \ref{sym:trains} \\ \hline \No & train operated by human & \tsSymbol{train_drive_human} & \ref{sym:trains} \\ \hline diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty index 2afa50dbfef..39aadd7fdc2 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty @@ -7,17 +7,16 @@ \NeedsTeXFormat{LaTeX2e}% \ProvidesPackage{tikz-trackschematic}[2021/01/02 tikz-trackschematic]% % -% Required Packages for tikz-trackschematic -\RequirePackage{tikz,etoolbox,lmodern}% -% %%%%%%%%%%%%%%% % Package options %%%%%%%%%%%%%%% -\RequirePackage{xkeyval,etoolbox}% +\RequirePackage{tikz,xkeyval,etoolbox}% \newtoggle{development}% \DeclareOptionX{dev}[\settoggle{development}{false}]{\settoggle{development}{true}} \ProcessOptionsX % +\settoggle{development}{true} + \iftoggle{development}{% \PackageInfo{tikz-trackschematic}{development mode}% % @@ -28,6 +27,7 @@ \usetikzlibrary{trackschematic-dev.constructions}% \usetikzlibrary{trackschematic-dev.electrics}% \usetikzlibrary{trackschematic-dev.measures}% + \usetikzlibrary{trackschematic-dev.symbology}% \usetikzlibrary{trackschematic-dev}% }{% \PackageError{tikz-trackschematic}{development mode not available}{execute the dev-install.sh script provided by the package repository}% @@ -39,120 +39,9 @@ \usetikzlibrary{trackschematic.constructions}% \usetikzlibrary{trackschematic.electrics}% \usetikzlibrary{trackschematic.measures}% + \usetikzlibrary{trackschematic.symbology}% }% % %%%%%%%%%%%%%%% -% commands -%%%%%%%%%%%%%%% -\RequirePackage{adjustbox}% -\usetikzlibrary{calc}% -% -\DeclareRobustCommand{\tsSymbol}[2][1]{% - \adjustbox{valign=c}{% - \begin{tikzpicture}]% - \pic at (0,0) {symbology_#2};% - \path ($0.5*(-0.2,-#1)$) rectangle ($0.5*(12.2,#1)$);% background rectangle to unify every cell containing a symbol - \end{tikzpicture}% - }% -}% -%%%%%%%%%%%%%%% -% symbology table -%%%%%%%%%%%%%%% -% -%% TODO: replave with package glossaries -% \@ifpackageloaded{glossaries}{% -% \newglossaryentry{main_track}{name={main track},description={},symbol={\tsSymbol{main_track}}}% -% }{}% -%% -\RequirePackage{booktabs,xltabular,multicol}% -%% command -\DeclareRobustCommand\tsFullSymbology{% - \begin{xltabular}{\textwidth}{cX}% - \toprule% - \textbf{Notation} & \multicolumn{1}{c}{\textbf{Description}} \\% - \midrule% - \endfirsthead% - % ----------- - \midrule% - \textbf{Notation} & \multicolumn{1}{c}{\textbf{Description}} \\% - \midrule% - \endhead% - % ----------- - \midrule% - \multicolumn{2}{c}{\footnotesize -- continued on next page -- } \\% - \endfoot% - % ----------- - \bottomrule% - \endlastfoot% - % ----------- - \tsSymbol{main_track} & main track \\% - \tsSymbol{secondary_track} & secondary track \\% - \tsSymbol{track_label} & track label \\% - \tsSymbol{bufferstop} & bufferstop \\% - \tsSymbol{friction_bufferstop} & friction bufferstop \\% - \tsSymbol{track_closure} & track closure \\% - \tsSymbol{turnout} & turnout \\% - \tsSymbol{turnout_fouling} & turnout with fouling point indicator \\% - \tsSymbol{turnout_manually} & turnout operated manually \\% - \tsSymbol{diamond_crossing} & diamond crossing \\% - \tsSymbol{slip_turnout} & double-slip turnout \\% - \tsSymbol{turnout_points_right} & turnout with points in right position \\% - \tsSymbol{turnout_points_left} & turnout with points in left position \\% - \tsSymbol{turnout_points_moving} & turnout with moving points \\% - \tsSymbol{derailer} & derailer \\% - \tsSymbol{parked_vehicles} & parked vehicles \\% - \tsSymbol{train_shunt_mode} & train in shunting mode \\% - \tsSymbol{train_shunting} & train shunting \\% - \tsSymbol{train} & train \\% - \tsSymbol{train_moving_slow} & train moving slow \\% - \tsSymbol{train_moving} & train moving \\% - \tsSymbol{train_moving_fast} & train moving fast \\% - \tsSymbol{train_ghost} & train ghost \\% - \tsSymbol{train_drive_automatic} & train operated automatic \\% - \tsSymbol{train_drive_human} & train operated by human \\% - \tsSymbol[1.4]{distant_signal} & distant signal \\% - \tsSymbol[1.4]{distant_speed_signal}& distant signal with speed indicator \\% - \tsSymbol[1.4]{speed_signal} & speed signal \\% - \tsSymbol[1.4]{block_signal} & block signal \\% - \tsSymbol[1.4]{route_signal} & route signal \\% - \tsSymbol[1.4]{combined_signal} & combined signal (distant, block and route signal) \\% - \tsSymbol[1.4]{shunt_signal} & shunt signal \\% - \tsSymbol[1.4]{locked_shunt_signal} & shunt signal locked \\% - \tsSymbol[1.4]{shunt_limit} & shunt limit \\% - \tsSymbol[1.4]{train_berth_sign} & train berth sign \\% - \tsSymbol[1.4]{view_point} & view point \\% - \tsSymbol[1.4]{braking_point} & braking point \\% - \tsSymbol[1.4]{end_of_authority} & end of movement authority \\% - \tsSymbol[1.4]{danger_point} & danger point \\% - \tsSymbol{clearing_point} & clearing point \\% - \tsSymbol{block_clearing_point} & block clearing point \\% - \tsSymbol{route_clearing_point} & route clearing point \\% - \tsSymbol{transmitter} & transmitter \\% - \tsSymbol{transmitter_forward} & transmitter effective forward \\% - \tsSymbol{transmitter_bidirectional}& transmitter bidirectional \\% - \tsSymbol{loop_transmitter} & loop transmitter \\% - \tsSymbol{route} & route \\% - \tsSymbol{direction_control} & direction control \\% - \tsSymbol{platform} & platform \\% - \tsSymbol{level_crossing} & level crossing \\% - \tsSymbol[2.0]{bridge} & bridge \\% - \tsSymbol[1.4]{hump} & hump \\% - \tsSymbol{pylon} & pylons \\% - \tsSymbol{interlocking} & interlocking \\% - \tsSymbol[1.4]{distant_power_off} & distant power off \\% - \tsSymbol[1.4]{power_off} & power off \\% - \tsSymbol[1.4]{power_on} & power on \\% - \tsSymbol[1.4]{distant_pantograph_down}& distant pantograph down \\% - \tsSymbol[1.4]{pantograph_down} & pantograph down \\% - \tsSymbol[1.4]{pantograph_up} & pantograph up \\% - \tsSymbol[1.4]{wire_limit} & wire limit \\% - \tsSymbol[2.0]{track_distance} & track distance \\% - \tsSymbol{train_berth} & train berth \\% - \tsSymbol{measure_line} & measure line \\% - \tsSymbol{hectometer} & hectometer \\% - \tsSymbol{track_marking} & track marking \\% - \end{xltabular}% -}% -%%%%%%%%%%%%%%% \endinput% % \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex index b26089fc759..d6d64170623 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex @@ -6,7 +6,7 @@ % \ProvidesFileRCS{tikzlibrarytrackschematic.code.tex}% % -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% % %%%%%%%%%%%%%%% % loading sublibraries @@ -17,6 +17,7 @@ % \usetikzlibrary{trackschematic.constructions}% % \usetikzlibrary{trackschematic.electrics}% % \usetikzlibrary{trackschematic.measures}% +% \usetikzlibrary{trackschematic.symbology}% %%%%%%%%%%%%%%% %% template for new symbol definitions %%%%%%%%%%%%%%% diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex index d36e3bece1c..2d1b5d583f9 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % global settings %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc}% % \ifdeflength{\objectlength}{}{% Not defined, so define it! diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex index 70956611e63..6b8942bd4f5 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % global settings %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc,intersections,arrows.meta}% % % https://tex.stackexchange.com/questions/56353/extract-x-y-coordinate-of-an-arbitrary-point-on-curve-in-tikz diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex index ac636773919..4b79f6a7a5a 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % global settings %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc,intersections,arrows.meta}% % % https://tex.stackexchange.com/questions/56353/extract-x-y-coordinate-of-an-arbitrary-point-on-curve-in-tikz diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex new file mode 100644 index 00000000000..46ae2fa4da6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex @@ -0,0 +1,125 @@ +%!TEX TS-program = pdflatexmk +%!TEX root = ../test/test.tex +% +%% symbol library for TikZ track schematics +% +% Copyright (c) 2018 - 2021, Martin Scheidt (ISC license) +% +% 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}% +% +%%%%%%%%%%%%%%% +% commands +%%%%%%%%%%%%%%% +\RequirePackage{adjustbox}% +\usetikzlibrary{calc}% +% +\DeclareRobustCommand{\tsSymbol}[2][1]{% + \adjustbox{valign=c}{% + \begin{tikzpicture}]% + \pic at (0,0) {symbology_#2};% + \path ($0.5*(-0.2,-#1)$) rectangle ($0.5*(12.2,#1)$);% background rectangle to unify every cell containing a symbol + \end{tikzpicture}% + }% +}% +%%%%%%%%%%%%%%% +% symbology table +%%%%%%%%%%%%%%% +% +%% TODO: replave with package glossaries +% \@ifpackageloaded{glossaries}{% +% \newglossaryentry{main_track}{name={main track},description={},symbol={\tsSymbol{main_track}}}% +% }{}% +%% +\RequirePackage{booktabs,xltabular,multicol}% +%% command +\DeclareRobustCommand\tsFullSymbology{% + \begin{xltabular}{\textwidth}{cX}% + \toprule% + \textbf{Notation} & \multicolumn{1}{c}{\textbf{Description}} \\% + \midrule% + \endfirsthead% + % ----------- + \midrule% + \textbf{Notation} & \multicolumn{1}{c}{\textbf{Description}} \\% + \midrule% + \endhead% + % ----------- + \midrule% + \multicolumn{2}{c}{\footnotesize -- continued on next page -- } \\% + \endfoot% + % ----------- + \bottomrule% + \endlastfoot% + % ----------- + \tsSymbol{main_track} & main track \\% + \tsSymbol{secondary_track} & secondary track \\% + \tsSymbol{track_label} & track label \\% + \tsSymbol{bufferstop} & bufferstop \\% + \tsSymbol{friction_bufferstop} & friction bufferstop \\% + \tsSymbol{track_closure} & track closure \\% + \tsSymbol{turnout} & turnout \\% + \tsSymbol{turnout_fouling} & turnout with fouling point indicator \\% + \tsSymbol{turnout_manually} & turnout operated manually \\% + \tsSymbol{diamond_crossing} & diamond crossing \\% + \tsSymbol{slip_turnout} & double-slip turnout \\% + \tsSymbol{turnout_points_right} & turnout with points in right position \\% + \tsSymbol{turnout_points_left} & turnout with points in left position \\% + \tsSymbol{turnout_points_moving} & turnout with moving points \\% + \tsSymbol{derailer} & derailer \\% + \tsSymbol{parked_vehicles} & parked vehicles \\% + \tsSymbol{train_shunt_mode} & train in shunting mode \\% + \tsSymbol{train_shunting} & train shunting \\% + \tsSymbol{train} & train \\% + \tsSymbol{train_moving_slow} & train moving slow \\% + \tsSymbol{train_moving} & train moving \\% + \tsSymbol{train_moving_fast} & train moving fast \\% + \tsSymbol{train_ghost} & train ghost \\% + \tsSymbol{train_drive_automatic} & train operated automatic \\% + \tsSymbol{train_drive_human} & train operated by human \\% + \tsSymbol[1.4]{distant_signal} & distant signal \\% + \tsSymbol[1.4]{distant_speed_signal}& distant signal with speed indicator \\% + \tsSymbol[1.4]{speed_signal} & speed signal \\% + \tsSymbol[1.4]{block_signal} & block signal \\% + \tsSymbol[1.4]{route_signal} & route signal \\% + \tsSymbol[1.4]{combined_signal} & combined signal (distant, block and route signal) \\% + \tsSymbol[1.4]{shunt_signal} & shunt signal \\% + \tsSymbol[1.4]{locked_shunt_signal} & shunt signal locked \\% + \tsSymbol[1.4]{shunt_limit} & shunt limit \\% + \tsSymbol[1.4]{train_berth_sign} & train berth sign \\% + \tsSymbol[1.4]{view_point} & view point \\% + \tsSymbol[1.4]{braking_point} & braking point \\% + \tsSymbol[1.4]{end_of_authority} & end of movement authority \\% + \tsSymbol[1.4]{danger_point} & danger point \\% + \tsSymbol{clearing_point} & clearing point \\% + \tsSymbol{block_clearing_point} & block clearing point \\% + \tsSymbol{route_clearing_point} & route clearing point \\% + \tsSymbol{transmitter} & transmitter \\% + \tsSymbol{transmitter_forward} & transmitter effective forward \\% + \tsSymbol{transmitter_bidirectional}& transmitter bidirectional \\% + \tsSymbol{loop_transmitter} & loop transmitter \\% + \tsSymbol{route} & route \\% + \tsSymbol{direction_control} & direction control \\% + \tsSymbol{platform} & platform \\% + \tsSymbol{level_crossing} & level crossing \\% + \tsSymbol[2.0]{bridge} & bridge \\% + \tsSymbol[1.4]{hump} & hump \\% + \tsSymbol{pylon} & pylons \\% + \tsSymbol{interlocking} & interlocking \\% + \tsSymbol[1.4]{distant_power_off} & distant power off \\% + \tsSymbol[1.4]{power_off} & power off \\% + \tsSymbol[1.4]{power_on} & power on \\% + \tsSymbol[1.4]{distant_pantograph_down}& distant pantograph down \\% + \tsSymbol[1.4]{pantograph_down} & pantograph down \\% + \tsSymbol[1.4]{pantograph_up} & pantograph up \\% + \tsSymbol[1.4]{wire_limit} & wire limit \\% + \tsSymbol[2.0]{track_distance} & track distance \\% + \tsSymbol{train_berth} & train berth \\% + \tsSymbol{measure_line} & measure line \\% + \tsSymbol{hectometer} & hectometer \\% + \tsSymbol{track_marking} & track marking \\% + \end{xltabular}% +}% +%%%%%%%%%%%%%%% +\end \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex index 368986cce45..26972797f69 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % Requirements %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc,patterns}% % % https://tex.stackexchange.com/questions/56353/extract-x-y-coordinate-of-an-arbitrary-point-on-curve-in-tikz diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex index 07b2c09065c..b46450add4c 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % Requirements %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc}% % % https://tex.stackexchange.com/questions/56353/extract-x-y-coordinate-of-an-arbitrary-point-on-curve-in-tikz diff --git a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex index cf8aad3898d..d8e0687fd7f 100644 --- a/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex +++ b/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%% % Requirements %%%%%%%%%%%%%%% -\RequirePackage{tikz,etoolbox,lmodern}% +\RequirePackage{tikz,etoolbox}% \usetikzlibrary{calc}% % % https://tex.stackexchange.com/questions/56353/extract-x-y-coordinate-of-an-arbitrary-point-on-curve-in-tikz -- cgit v1.2.3