BUG: runaway argument fixed

master
Martin Scheidt 2021-10-15 11:03:09 +02:00
parent 97f5958433
commit eed35164dc
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
% %
\DeclareRobustCommand{\tsSymbol}[2][1]{% \DeclareRobustCommand{\tsSymbol}[2][1]{%
\adjustbox{valign=c}{% \adjustbox{valign=c}{%
\begin{tikzpicture}]% \begin{tikzpicture}%
\pic at (0,0) {symbology_#2};% \pic at (0,0) {symbology_#2};%
\path ($0.5*(-0.2,-#1)$) rectangle ($0.5*(12.2,#1)$);% background rectangle to unify every cell containing a symbol \path ($0.5*(-0.2,-#1)$) rectangle ($0.5*(12.2,#1)$);% background rectangle to unify every cell containing a symbol
\end{tikzpicture}% \end{tikzpicture}%
@ -122,4 +122,4 @@
\end{xltabular}% \end{xltabular}%
}% }%
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%
\end \endinput