* [BUG] LaTeX-isms in tables
@ 2012-05-12 19:19 Andreas Leha
2012-05-13 18:00 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Leha @ 2012-05-12 19:19 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
there seems to be a bug in LaTeX tables:
I can not properly export a file with 2 [\mu{}] in a table to pdf.
| parameter | unit |
|-----------+---------|
| some | [\mu] |
Regards,
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] LaTeX-isms in tables
2012-05-12 19:19 [BUG] LaTeX-isms in tables Andreas Leha
@ 2012-05-13 18:00 ` Bastien
2012-05-13 18:32 ` Andreas Leha
0 siblings, 1 reply; 4+ messages in thread
From: Bastien @ 2012-05-13 18:00 UTC (permalink / raw)
To: Andreas Leha; +Cc: emacs-orgmode
Hi Andreas,
Andreas Leha <andreas.leha@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}
parameter & unit \\
\hline
some & [\mu] \\
\end{tabular}
\end{center}
Am I missing something?
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] LaTeX-isms in tables
2012-05-13 18:00 ` Bastien
@ 2012-05-13 18:32 ` Andreas Leha
2012-05-19 21:40 ` Andreas Leha
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Leha @ 2012-05-13 18:32 UTC (permalink / raw)
To: emacs-orgmode
Hi Bastien,
thanks for looking into this!
Bastien <bzg@gnu.org> writes:
> Hi Andreas,
>
> Andreas Leha <andreas.leha@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}
> parameter & unit \\
> \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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] LaTeX-isms in tables
2012-05-13 18:32 ` Andreas Leha
@ 2012-05-19 21:40 ` Andreas Leha
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Leha @ 2012-05-19 21:40 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
> Hi Bastien,
>
> thanks for looking into this!
>
> Bastien <bzg@gnu.org> writes:
>
>> Hi Andreas,
>>
>> Andreas Leha <andreas.leha@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}
>> parameter & unit \\
>> \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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-19 21:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 19:19 [BUG] LaTeX-isms in tables Andreas Leha
2012-05-13 18:00 ` Bastien
2012-05-13 18:32 ` Andreas Leha
2012-05-19 21:40 ` Andreas Leha
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).