emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Günter Lichtenberg" <mail@guenterlichtenberg.de>
To: emacs-orgmode@gnu.org
Subject: Exponential numbers in latex table export
Date: Tue, 27 Mar 2018 19:49:10 +0200	[thread overview]
Message-ID: <17107066.dRKVHBuYob@krailli.fritz.box> (raw)

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

             reply	other threads:[~2018-03-27 17:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 17:49 Günter Lichtenberg [this message]
2018-03-28 11:55 ` Exponential numbers in latex table export 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17107066.dRKVHBuYob@krailli.fritz.box \
    --to=mail@guenterlichtenberg.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).