Hi Andreas,
Andreas Leha <[email protected]> writes:
> there seems to be a bug in LaTeX tables:
>
> I can not properly export a file with 2 [\mu{}] in a table to pdf.
I assume this is with the official LaTeX exporter, right?
> | parameter | unit |
> |-----------+---------|
> | some | [\mu] |
There is only one [\mu] and it is not [\mu{}] here. But anyway,
I tested the table above and it exports correctly to this
\begin{center}
\begin{tabular}{ll}
parameter & unit \\
\hline
some & [\mu] \\
\end{tabular}
\end{center}
Am I missing something?
Thanks,
--
Bastien