From 2eff1055c81201172b7160a447642d53c46286c7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Feb 2022 22:43:20 +0000 Subject: tikz-trackschematic (15feb22) git-svn-id: svn://tug.org/texlive/trunk@62046 c570f23f-e606-0410-a88d-b1316a301751 --- .../tikz-trackschematic/tikz-trackschematic.tex | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex') 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 bb0ac522367..9c85bc7c3fc 100644 --- a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex +++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex @@ -1,6 +1,6 @@ %% symbol library for TikZ track schematics % -% Copyright (c) 2018 - 2021 Martin Scheidt (ISC license) +% Copyright (c) 2018 - 2022 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. @@ -20,6 +20,8 @@ %\newcommand{\initials}{fullname} \newcommand{\MS}{Martin Scheidt} +\newcommand{\GW}{Gregor Wehrle} +\newcommand{\authorlist}{\MS, \GW} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -27,7 +29,7 @@ \hypersetup{% pdftitle={tikz-trackschematic}, pdfsubject={A tikz toolbox for track schematics}, - pdfauthor={Martin Scheidt}, + pdfauthor={\authorlist}, pdfkeywords={latex, tikz, library, railway, track layout, schematic} } @@ -35,7 +37,7 @@ \title{\tikz\node[scale=1.2]{\color{gray}\Huge\sffamily \{\textcolor{black}{Ti\textcolor{orange}{\emph{k}}Z}-\textcolor{blue}{trackschematic}\}};} \subtitle{A Ti\emph{k}Z library for track schematics} -\author{\vhListAllAuthorsLong} +\author{\authorlist} \date{Version \vhCurrentVersion~ from \vhCurrentDate} \maketitle @@ -87,12 +89,12 @@ \subsection{License} - Copyright (c) 2018 - 2021, \MS. + Copyright (c) 2018 - 2022, \MS. 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 (\href{https://www.tldrlegal.com/l/isc}{ISC license}). \subsection{Alternatives} - Apart from this library, there is also a \href{https://tu-dresden.de/bu/verkehr/ibv/vst/die-professur/mitarb/ulrich-maschek/signalschablone}{Signalschablone} with german (Deutsche Bahn) symbols for MS Visio. + Apart from this library, there is also a \href{https://tu-dresden.de/bu/verkehr/ibv/vst/die-professur/mitarb/ulrich-maschek/signalschablone} with german (Deutsche Bahn) symbols for MS Visio. % \newpage @@ -151,8 +153,8 @@ 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}; - \draw[<->] (0,-0.5) node[below] {right} -- (0,0.5) node[above] {left}; + \draw[<->] (-0.5,0) node[left] {backward} -- ++(1,0) node[right] {forward}; + \draw[<->] (0,-0.5) node[below] {right} -- ++(0,1) node[above] {left}; \end{tikzpicture} \end{center} @@ -343,7 +345,7 @@ \subsubsection{Tracks}\label{sec:track} Drawing a track follows the same pricipal as drawing a line in Ti\emph{k}Z. - There are two generell optionss of track with different commands: + There are two general options of tracks with different commands: \begin{itemize*}[label={}] \item \texttt{main tracks}, and \item \texttt{secondary tracks}. @@ -460,7 +462,7 @@ \item \texttt{branch=left} or \texttt{branch=right} (mandatory) \item \texttt{operation=manual} (optional) % \texttt{operation=remote} (default) \item \texttt{fouling point} (optional) - \item \texttt{points=left} or \texttt{points=right} (optional) + \item \texttt{points=left}, \texttt{points=right}, or \texttt{points=moving} (optional, default: \emph{none}) \item \texttt{shift label=\{\textit{(label-coord)}\}} (optional, default: (0,0)) \item \texttt{foreground=\textit{color}} (optional, default: \texttt{black}) \end{itemize} @@ -504,8 +506,8 @@ \item \texttt{slip=double} (default), \texttt{slip=none}, \texttt{slip=left} or \texttt{slip=right} (mandatory) \item \texttt{operation=manual} (optional) % \texttt{operation=remote} (default) \item \texttt{fouling point} (optional) - \item \texttt{forward points=left} or \texttt{forward points=right} (optional) - \item \texttt{backward points=left} or \texttt{backward points=right} (optional) + \item \texttt{forward points=left}, \texttt{forward points=right}, or \texttt{forward points=moving} (optional, default: \emph{none}) + \item \texttt{backward points=left},\texttt{backward points=right}, or \texttt{backward points=moving} (optional, default: \emph{none}) \item \texttt{shift label=\{\textit{(label-coord)}\}} (optional, default: (0,0)) \item \texttt{foreground=\textit{color}} (optional, default: \texttt{black}) \end{itemize} @@ -1662,4 +1664,4 @@ \input{versionhistory.tex} \vhListAllAuthorsLongWithAbbrev -\end{document} \ No newline at end of file +\end{document} -- cgit v1.2.3