[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/)]

2013-04-09 Thread Dieter Wilhelm
Aloha (), 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

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/)]

2013-04-09 Thread Nicolas Goaziou
Hello, Dieter Wilhelm 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

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/)]

2013-04-10 Thread Dieter Wilhelm, H.
2013/4/10 Nicolas Goaziou : > Hello, > > Dieter Wilhelm 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} >>