emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exponential numbers in latex table export
@ 2018-03-27 17:49 Günter Lichtenberg
  2018-03-28 11:55 ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Günter Lichtenberg @ 2018-03-27 17:49 UTC (permalink / raw)
  To: emacs-orgmode

Hi 

I have a document with many automatically generated tables that contain 
numbers in exponential Format, e.g. 2e09. When I export the tables to LaTeX 
and pdf I get something like 2 (-09) in the pdf, if there is no character 
after the number in the table

Minimal Example:
|--------------|
| 1.2e09 (abs) |
|      2.3e-09 |
|       3.4e09 |
|--------------|

exports to a latex table as

\begin{center}
\begin{tabular}{r}
\hline
1.2e09 (abs)\\
2.3\,(-09)\\
3.4\,(09)\\
\hline
\end{tabular}

Note that in the first line the number is an exponential, the following 2 are 
not. I could not find anything in the documentation. What am I missing?

orgmode version is 9.1.4, but the same happens with emacs 25.3 built-in 
version 8.3.

gl

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-03-30 20:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 17:49 Exponential numbers in latex table export Günter Lichtenberg
2018-03-28 11:55 ` Nicolas Goaziou
2018-03-28 16:37   ` Günter Lichtenberg
2018-03-29  8:37   ` Carsten Dominik
2018-03-29 15:51     ` Julius Dittmar
2018-03-29 17:29       ` Carsten Dominik
2018-03-29 20:14         ` Nicolas Goaziou
2018-03-30 17:52           ` Carsten Dominik
2018-03-30 20:21             ` Nicolas Goaziou

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).