texlive[60658] Master/texmf-dist: tikz-trackschematic (30sep21)

commits+karl at tug.org commits+karl at tug.org
Thu Sep 30 22:12:43 CEST 2021


Revision: 60658
          http://tug.org/svn/texlive?view=revision&revision=60658
Author:   karl
Date:     2021-09-30 22:12:42 +0200 (Thu, 30 Sep 2021)
Log Message:
-----------
tikz-trackschematic (30sep21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md
    trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty
    trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
    trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex

Modified: trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md	2021-09-30 20:12:42 UTC (rev 60658)
@@ -19,7 +19,7 @@
 ```TeX
 \usepackage{tikz-trackschematic}
 ```
-in any TeX file.
+in any LaTeX file.
 
 ------------
 
@@ -26,21 +26,24 @@
 # Minimal working example
 
 ```TeX
-\documentclass{standalone}
-\usepackage{tikz-trackschematic}
+\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);
 
+    % place a train on the track
+    \train[forward] at (T) label ();
+
   \end{tikzpicture}
-
 \end{document}
 ```
 results in:
@@ -58,6 +61,12 @@
 
 # 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 @@
   * 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 @@
 
 # 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 \<m.scheidt at tu-bs.de\> (ISC License)
 

Modified: trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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}%
 }%

Modified: trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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
 %%%%%%%%%%%%%%%

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.constructions.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -12,7 +12,7 @@
 %%%%%%%%%%%%%%%
 % global settings
 %%%%%%%%%%%%%%%
-\RequirePackage{tikz,etoolbox,lmodern}%
+\RequirePackage{tikz,etoolbox}%
 \usetikzlibrary{calc}%
 %
 \ifdeflength{\objectlength}{}{% Not defined, so define it!

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.electrics.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.measures.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Added: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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


Property changes on: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.topology.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.trafficcontrol.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex	2021-09-29 23:48:17 UTC (rev 60657)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.vehicles.code.tex	2021-09-30 20:12:42 UTC (rev 60658)
@@ -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



More information about the tex-live-commits mailing list.