Closed Loewe1000 closed 5 years ago
If you make a font bold and use multiple rows in one cell there is an error, because you can't use a newline \ inside of a \textbf
So this code is generated: \multirow{3}{*}{\begin{tabular}[c]{@{}l@{}}\textbf{ fachspez.\Selbstkonzept }\end{tabular}}
You may need to edit the algorithm so that it will use one \textbf for each line. Apart from that error, the tool is awesome!
Wow, nice catch ! I'm surprised I didn't realize it before. I'll fix it right away.
Sorry for the late update. I fixed the issue, which happened also with \textit, \color and \uline commands.
\textit
\color
\uline
If you make a font bold and use multiple rows in one cell there is an error, because you can't use a newline \ inside of a \textbf
So this code is generated: \multirow{3}{*}{\begin{tabular}[c]{@{}l@{}}\textbf{ fachspez.\Selbstkonzept }\end{tabular}}
You may need to edit the algorithm so that it will use one \textbf for each line. Apart from that error, the tool is awesome!