JDMCreator / LaTeXTableEditor

readme
MIT License
139 stars 13 forks source link

Multiple rows + textbf are clashing #15

Closed Loewe1000 closed 4 years ago

Loewe1000 commented 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!

JDMCreator commented 5 years ago

Wow, nice catch ! I'm surprised I didn't realize it before. I'll fix it right away.

JDMCreator commented 4 years ago

Sorry for the late update. I fixed the issue, which happened also with \textit, \color and \uline commands.