texlive[60767] Master/texmf-dist: tikz-trackschematic (16oct21)
commits+karl at tug.org
commits+karl at tug.org
Sat Oct 16 00:12:14 CEST 2021
Revision: 60767
http://tug.org/svn/texlive?view=revision&revision=60767
Author: karl
Date: 2021-10-16 00:12:13 +0200 (Sat, 16 Oct 2021)
Log Message:
-----------
tikz-trackschematic (16oct21)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md
trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
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-10-14 23:48:40 UTC (rev 60766)
+++ trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/README.md 2021-10-15 22:12:13 UTC (rev 60767)
@@ -4,6 +4,7 @@
# Installation
+
The tikz library is contained in the files:
* tikz-trackschematic.sty
* tikzlibrarytrackschematic.code.tex,
@@ -15,6 +16,9 @@
* tikzlibrarytrackschematic.measures.code.tex.
These files should be copied wherever TeX can find it, for example in your $TEXMF folder.
+
+Alternatively, the tikz library is provided by CTAN as "[tikz-trackschematic](https://ctan.org/pkg/tikz-trackschematic)" and is thus part of the TeX Live distribution or can be installed via MiKTeX.
+
The library can then be loaded through the command
```TeX
\usepackage{tikz-trackschematic}
@@ -48,19 +52,22 @@
```
results in:
-![train on a track](https://glossary.ivev.bau.tu-bs.de/tiki-download_file.php?fileId=28&display&scale=.4 "train on a track")
+![train on a track](https://raw.githubusercontent.com/railtoolkit/tikz-trackschematic/master/doc/symbology/symbols_png/train_direction_forward.png "train on a track")
------------
# Symbology and meaning
-A transnational symbol library with common traits of railway operation.
-A [glossary](https://glossary.ivev.bau.tu-bs.de/tiki-index.php?page=_Symbology) for further information regarding meaning of the symbols.
+Please consult the [symbology](https://github.com/railtoolkit/tikz-trackschematic/blob/master/test/test_symbology_table.pdf) for further information regarding meaning of the symbols.
------------
# History
+## Version 0.6.2
+
+ bug fixing
+
## Version 0.6.1
* removed package requirement lmodern
Modified: trunk/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty 2021-10-14 23:48:40 UTC (rev 60766)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikz-trackschematic.sty 2021-10-15 22:12:13 UTC (rev 60767)
@@ -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.
%
\NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{tikz-trackschematic}[2021/01/02 tikz-trackschematic]%
+\ProvidesPackage{tikz-trackschematic}[2021/10/15 tikz-trackschematic]%
%
%%%%%%%%%%%%%%%
% Package options
@@ -15,7 +15,6 @@
\DeclareOptionX{dev}[\settoggle{development}{false}]{\settoggle{development}{true}}
\ProcessOptionsX
%
-\settoggle{development}{true}
\iftoggle{development}{%
\PackageInfo{tikz-trackschematic}{development mode}%
Modified: trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex 2021-10-14 23:48:40 UTC (rev 60766)
+++ trunk/Master/texmf-dist/tex/latex/tikz-trackschematic/tikzlibrarytrackschematic.symbology.code.tex 2021-10-15 22:12:13 UTC (rev 60767)
@@ -17,7 +17,7 @@
%
\DeclareRobustCommand{\tsSymbol}[2][1]{%
\adjustbox{valign=c}{%
- \begin{tikzpicture}]%
+ \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}%
@@ -122,4 +122,4 @@
\end{xltabular}%
}%
%%%%%%%%%%%%%%%
-\end
\ No newline at end of file
+\endinput
\ No newline at end of file
More information about the tex-live-commits
mailing list.