2019-07-21 19:28:30 +02:00
|
|
|
# installation
|
2018-09-14 21:04:15 +02:00
|
|
|
|
2019-07-21 19:28:30 +02:00
|
|
|
todo
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
|
|
```TeX
|
|
|
|
\documentclass[tikz]{standalone}
|
|
|
|
\usetikzlibrary{trackschematic}
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\coordinate (A) at (0,0);
|
|
|
|
\coordinate (B) at (6,0);
|
|
|
|
|
|
|
|
\coordinate (T) at (5,0);
|
|
|
|
|
|
|
|
\draw[MainTrack] (A) -- (B);
|
|
|
|
\pic at (T) {train_moving_forward};
|
|
|
|
\end{tikzpicture}
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
```
|
|
|
|
|
|
|
|
------------
|
|
|
|
# History
|
|
|
|
|
|
|
|
## Version 0.4
|
|
|
|
|
|
|
|
* added document for symbology
|
|
|
|
* renamed overview to snippets
|
|
|
|
* reworked library for common tikz library layout
|
|
|
|
|
|
|
|
## Version 0.3
|
2019-07-20 16:38:49 +02:00
|
|
|
|
|
|
|
* moved snippet folder to root folder
|
|
|
|
* added shunting movements
|
|
|
|
* added points to turnouts
|
|
|
|
* added moving trains
|
|
|
|
* defined and used color foreground and background
|
|
|
|
|
|
|
|
|
2019-07-21 19:28:30 +02:00
|
|
|
## Version 0.2
|
2018-12-19 15:23:27 +01:00
|
|
|
|
|
|
|
* added transmitters
|
|
|
|
* reorganized src library
|
|
|
|
* minor improvements
|
|
|
|
|
2019-07-21 19:28:30 +02:00
|
|
|
## Version 0.1
|
2018-09-14 21:04:15 +02:00
|
|
|
|
|
|
|
Basic concept of a library with railway topology symbols and some examples.
|
|
|
|
|
2019-07-21 19:28:30 +02:00
|
|
|
------------
|
|
|
|
# Roadmap
|
2018-09-14 21:04:15 +02:00
|
|
|
|
2019-07-21 19:28:30 +02:00
|
|
|
* encapsulation of symbols in package for tex infrastructure
|
|
|
|
* provide option for internationalziation (i18n)
|
|
|
|
* write usefull documentation
|
|
|
|
* re-think syntax
|