Skip to content
Snippets Groups Projects
Commit 06568aed authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Align numbers nicely

parent d1248d66
No related branches found
No related tags found
No related merge requests found
......@@ -155,13 +155,19 @@
\color{white}\name
};
%\draw (0,0) node [left] {\phantom{4 sitze}};
\node[anchor=west] (seatnumber) at (X.east) {
\node[anchor=base west,
text width=1em,
xshift=1mm,
inner xsep = 0,
align=right,
draw=none,
] (seatnumber) at (X.base -| X.east) {
\sf
\seats%\ %
};
\ifthenelse{\equal{\i}{1}}{
\node[anchor=west] at (seatnumber.east) {
\sf Sitze
\sf \ifthenelse{\equal{\seats}{1}}{Sitz}{Sitze}
};
}{}
\coordinate (nextpos) at ([yshift=-1mm]X.south);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment