From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 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 08:39:14 +0200 Message-ID: <87vc7u99f1.fsf@gmail.com> References: <87r4iioqux.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPogm-0005eD-HX for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:39:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPogh-00037z-Oz for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:39:24 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:64548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPogh-00037j-Ht for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:39:19 -0400 Received: by mail-wi0-f172.google.com with SMTP id hr17so4450753wib.17 for ; Tue, 09 Apr 2013 23:39:18 -0700 (PDT) In-Reply-To: <87r4iioqux.fsf@duenenhof-wilhelm.de> (Dieter Wilhelm's message of "Wed, 10 Apr 2013 08:13:26 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dieter Wilhelm Cc: emacs-orgmode@gnu.org 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.3 (-4) > > what can I do to receive reals in tables with engineering notation? See `org-latex-table-scientific-notation'. Regards, -- Nicolas Goaziou