changed label placement for derailers

master
Martin Scheidt 2022-02-27 01:07:31 +01:00
parent ddb997de1d
commit ad0efb5b00
6 changed files with 24 additions and 2 deletions

View File

@ -17,6 +17,7 @@ Categories: Added, Changed, Deprecated, Removed, Fixed, and Security.
* transmitters for balises
* replaced "\gettikzxy" with "\path let" syntax
* label placement for derailers
### Fixed

21
doc/compile.sh Normal file
View File

@ -0,0 +1,21 @@
## -- increase available memory for snippets.tex
## find local texmf.cnf
# kpsewhich -a texmf.cnf
# returns /usr/local/texlive/2021/texmf.cnf
## append in /usr/local/texlive/2021/texmf.cnf
# % increase available memory
# main_memory = 12000000
# extra_mem_bot = 12000000
# font_mem_size = 12000000
# pool_size = 12000000
# buf_size = 12000000
## run
# sudo mktexlsr
## compile order
# 1. manual
# 2. symbology-table
# 3. snippets

Binary file not shown.

Binary file not shown.

View File

@ -645,11 +645,11 @@
%% label
\ifdefstring{\labelcontent}{}{}{% label NOT empty
\tikzset{every node/.style={text=\foreground}};%
\coordinate (ts-dr-l) at ($\branchfactor*(0,-10pt)$);%
\coordinate (ts-dr-l) at ($\branchfactor*(0,-0.3)$);%
\ifdefstring{\labelcoord}{(none)}{}{% initialize if NOT default
\path let \p1=\labelcoord in coordinate (ts-dr-l) at ($(ts-dr-l)+(\x1,\y1)$);%
}%
\node[right] at (ts-dr-l) {\footnotesize \labelcontent};%
\node at (ts-dr-l) {\footnotesize \labelcontent};%
}%
%
}},% END pics/derailer/.style args={#1/#2/#3}

Binary file not shown.