small amendments

master
Martin Scheidt 2022-03-22 19:09:33 +01:00
parent f46d7a7770
commit 7ae66cc182
4 changed files with 5 additions and 5 deletions

View File

@ -562,7 +562,7 @@ create_release_notes() {
sedi "s/###/##/g" release-note-$VERSION_STR.md
}
run_compile() {
run_compile_documentation() {
## compile order
# 1. manual, symbology-table, snippets
# 2. examples
@ -661,7 +661,7 @@ run_compile() {
cd ..
}
run_symbology() {
run_compile_symbology() {
cd doc/symbology/
mkdir -p .tex
@ -957,7 +957,7 @@ if [ $COMPILE = 1 ]; then
check_imagemagick_policy
##
run_compile
run_compile_documentation
fi
if [ $SYMBOLOGY = 1 ]; then
@ -969,7 +969,7 @@ if [ $SYMBOLOGY = 1 ]; then
check_pdf2svg
##
run_symbology
run_compile_symbology
fi
if [ $RELEASE = 1 ]; then

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -10,7 +10,7 @@
\maintrack (0,0) -- (6,0);
% place a train on the track
\train[forward] at (5,0) label (T1);
\train[forward] at (5,0) label ();
\end{tikzpicture}
\end{document}