martin
21026040a1
new folder structure, draft documentation |
||
---|---|---|
doc | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
installation
todo
Usage
\documentclass[tikz]{standalone}
\usetikzlibrary{trackschematic}
\begin{document}
\begin{tikzpicture}
\coordinate (A) at (0,0);
\coordinate (B) at (6,0);
\coordinate (T) at (5,0);
\maintrack (A) -- (B);
\train[moving,forward] at (T) label (train);
\end{tikzpicture}
\end{document}
History
Version 0.5
- new improved syntax
Version 0.4
- added document for symbology
- renamed overview to snippets
- reworked library for common tikz library layout
Version 0.3
- moved snippet folder to root folder
- added shunting movements
- added points to turnouts
- added moving trains
- defined and used color foreground and background
Version 0.2
- added transmitters
- reorganized src library
- minor improvements
Version 0.1
Basic concept of a library with railway topology symbols and some examples.
Roadmap
- provide option for internationalziation (i18n)
- write usefull documentation