2013/4/10 Nicolas Goaziou <n.goaz...@gmail.com>: > Hello, > > Dieter Wilhelm <die...@duenenhof-wilhelm.de> 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 >