Re: [O] [BUG] LaTeX-isms in tables

2012-05-19 Thread Andreas Leha
Hi,

Andreas Leha andreas.l...@med.uni-goettingen.de writes:

 Hi Bastien,

 thanks for looking into this!

 Bastien b...@gnu.org writes:

 Hi Andreas,

 Andreas Leha andreas.l...@med.uni-goettingen.de 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?

 Yes.  Sorry, that I did not state that.


 | 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}
  parameterunit   \\
 \hline
  some [\mu]  \\
 \end{tabular}
 \end{center}

 Am I missing something?

 In my opinion, this should rather be ... [$\mu$]  \\

 The \mu outside of the table is correctly exported as $\mu$.


Just as an addition:
The new exporter does export [$\mu$] here.

Regards,
Andreas




Re: [O] [BUG] LaTeX-isms in tables

2012-05-13 Thread Bastien
Hi Andreas,

Andreas Leha andreas.l...@med.uni-goettingen.de 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}
 parameterunit   \\
\hline
 some [\mu]  \\
\end{tabular}
\end{center}

Am I missing something?

Thanks,

-- 
 Bastien



Re: [O] [BUG] LaTeX-isms in tables

2012-05-13 Thread Andreas Leha

Hi Bastien,

thanks for looking into this!

Bastien b...@gnu.org writes:

 Hi Andreas,

 Andreas Leha andreas.l...@med.uni-goettingen.de 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?

Yes.  Sorry, that I did not state that.


 | 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}
  parameterunit   \\
 \hline
  some [\mu]  \\
 \end{tabular}
 \end{center}

 Am I missing something?

In my opinion, this should rather be ... [$\mu$]  \\

The \mu outside of the table is correctly exported as $\mu$.

Thanks,
Andreas