[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: New exporter and latex table export with floats in engineer
From: |
Dieter Wilhelm, H. |
Subject: |
Re: [O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)] |
Date: |
Wed, 10 Apr 2013 13:18:29 +0200 |
2013/4/10 Nicolas Goaziou <address@hidden>:
> Hello,
>
> Dieter Wilhelm <address@hidden> writes:
>
>> please try to latexport the following table with the latest and greatest
>>
>> | 3E5 | 3.2e3 | 3.3E-4|
>>
>> and you will still receive this output
>>
>> \begin{tabular}{rrr}
>> 3\,(5) & 3.2\,(3) & 3.3\,(-4)\\
>> \end{tabular}
>>
>> which is looking like
>>
>> 3 (5) 3.2 (3) 3.3 (-4)
>>
>> what can I do to receive reals in tables with engineering notation?
>
> See `org-latex-table-scientific-notation'.
Thanks for the pointer. Amazing, Org is becaming more and more Emacs
like: The learning process never stops. :-)
I had to (require 'org-latex) to see the variable and can now setq or
#+bind: the thing, wonderful.
--
Dieter
> Regards,
>
> --
> Nicolas Goaziou
>