documented (slip-)turnout option: points=moving

master v0.6.3
Martin Scheidt 2022-02-02 11:54:16 +01:00
parent 085023f70c
commit fd7f558bbd
5 changed files with 18 additions and 7 deletions

View File

@ -66,6 +66,12 @@ Please consult the [symbology table](https://github.com/railtoolkit/tikz-tracksc
# History # History
## Version 0.6.3
ADDED: anchor for SVG export
FIXED: documented (slip-)turnout option: points=moving
FIXED: spelling error in documentation
## Version 0.6.2 ## Version 0.6.2
bug fixing bug fixing

Binary file not shown.

View File

@ -20,6 +20,8 @@
%\newcommand{\initials}{fullname} %\newcommand{\initials}{fullname}
\newcommand{\MS}{Martin Scheidt} \newcommand{\MS}{Martin Scheidt}
\newcommand{\GW}{Gregor Wehrle}
\newcommand{\authorlist}{\MS, \GW}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -27,7 +29,7 @@
\hypersetup{% \hypersetup{%
pdftitle={tikz-trackschematic}, pdftitle={tikz-trackschematic},
pdfsubject={A tikz toolbox for track schematics}, pdfsubject={A tikz toolbox for track schematics},
pdfauthor={Martin Scheidt}, pdfauthor={\authorlist},
pdfkeywords={latex, tikz, library, railway, track layout, schematic} 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}\}};} \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} \subtitle{A Ti\emph{k}Z library for track schematics}
\author{\vhListAllAuthorsLong} \author{\authorlist}
\date{Version \vhCurrentVersion~ from \vhCurrentDate} \date{Version \vhCurrentVersion~ from \vhCurrentDate}
\maketitle \maketitle
@ -460,7 +462,7 @@
\item \texttt{branch=left} or \texttt{branch=right} (mandatory) \item \texttt{branch=left} or \texttt{branch=right} (mandatory)
\item \texttt{operation=manual} (optional) % \texttt{operation=remote} (default) \item \texttt{operation=manual} (optional) % \texttt{operation=remote} (default)
\item \texttt{fouling point} (optional) \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{shift label=\{\textit{(label-coord)}\}} (optional, default: (0,0))
\item \texttt{foreground=\textit{color}} (optional, default: \texttt{black}) \item \texttt{foreground=\textit{color}} (optional, default: \texttt{black})
\end{itemize} \end{itemize}
@ -504,8 +506,8 @@
\item \texttt{slip=double} (default), \texttt{slip=none}, \texttt{slip=left} or \texttt{slip=right} (mandatory) \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{operation=manual} (optional) % \texttt{operation=remote} (default)
\item \texttt{fouling point} (optional) \item \texttt{fouling point} (optional)
\item \texttt{forward points=left} or \texttt{forward 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} or \texttt{backward points=right} (optional) \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{shift label=\{\textit{(label-coord)}\}} (optional, default: (0,0))
\item \texttt{foreground=\textit{color}} (optional, default: \texttt{black}) \item \texttt{foreground=\textit{color}} (optional, default: \texttt{black})
\end{itemize} \end{itemize}

View File

@ -1,5 +1,5 @@
%!TEX TS-program = pdflatexmk %!TEX TS-program = pdflatexmk
%!TEX root = doc.tex %!TEX root = manual.tex
% Copyright (c) 2018 - 2022, 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. % 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.
@ -33,4 +33,7 @@
\vhEntry{0.6.2}{2021-10-15}{MS}{ \vhEntry{0.6.2}{2021-10-15}{MS}{
bug fixing bug fixing
} }
\vhEntry{0.6.3}{2022-02-02}{MS|GW}{
fixed spelling error and documented (slip-)turnout option: points=moving
}
\end{versionhistory} \end{versionhistory}

View File

@ -5,7 +5,7 @@
% 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.
% %
\NeedsTeXFormat{LaTeX2e}% \NeedsTeXFormat{LaTeX2e}%
\ProvidesPackage{tikz-trackschematic}[2021/10/15 tikz-trackschematic]% \ProvidesPackage{tikz-trackschematic}[2022/02/02 tikz-trackschematic]%
% %
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%
% Package options % Package options