summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-trackschematic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-09-30 20:12:42 +0000
committerKarl Berry <karl@freefriends.org>2021-09-30 20:12:42 +0000
commite0203f54b481dfa2e7dc0ef0d286e443bc188ac0 (patch)
tree09d8c3016593b369c2e61a12c2714263814e6ae8 /Master/texmf-dist/doc/latex/tikz-trackschematic
parent238b0d49b198d51c90e018dca8452f66a6772c93 (diff)
tikz-trackschematic (30sep21)
git-svn-id: svn://tug.org/texlive/trunk@60658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-trackschematic')
-rw-r--r--Master/texmf-dist/doc/latex/tikz-trackschematic/README.md24
-rw-r--r--Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic-documentation.sty2
-rw-r--r--Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdfbin240000 -> 235544 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.tex10
4 files changed, 24 insertions, 12 deletions
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 \<m.scheidt@tu-bs.de\> (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
--- a/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
+++ b/Master/texmf-dist/doc/latex/tikz-trackschematic/tikz-trackschematic.pdf
Binary files 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