From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Wilhelm Subject: 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:13:26 +0200 Message-ID: <87r4iioqux.fsf@duenenhof-wilhelm.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44464) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPoI8-0001Gy-96 for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:14:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPoI3-0004vO-JA for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:13:56 -0400 Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]:45614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPoI3-0004vC-9V for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 02:13:51 -0400 Received: by mail-ea0-f179.google.com with SMTP id f15so42938eak.10 for ; Tue, 09 Apr 2013 23:13:49 -0700 (PDT) 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: emacs-orgmode@gnu.org 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 tables with engineering notation? -- Thanks Dieter Emacs : GNU Emacs 24.3.3 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of 2013-03-24 on urmel Package: Org-mode version 8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-= mode/lisp/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-src-lang-modes '(("ANSYS" . ansys) ("ocaml" . tuareg) ("elisp" . emacs= -lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . fundamental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("cpp" . c++) ("screen" . shell-sc= ript)) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-sele= ct-beamer-code) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-comman= d-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-co= mmand-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-shell-link-function 'yes-or-no-p org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-export-date-timestamp-format "%Y-%m-%d" org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-after-todo-state-change-hook '(org-clock-out-if-current) org-from-is-user-regexp "\\" org-html-postamble t org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-confi= gure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-export-copy-to-kill-ring t org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] = 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append = local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-export-allow-BIND t org-export-with-tags 'not-in-toc org-use-speed-commands t org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-= maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers o= rg-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-html-postamble-format '(("en" "

Author: %a (%e)

\n

Mo= dification date: %C

\n

Generated by %c

\n") ("de" "

Autor: %a (%e)

\n

Let= zte =C3=84nderung: %C

\n

Erzeugt von %c

\n") ("fr" "

Auteur: %a (%e)

\n

Da= te de la modification: %C

\n

Produit par %c

\= n") ) org-export-first-hook '(org-beamer-initialize-open-trackers) org-export-with-drawers nil org-link-abbrev-alist '(("att" . org-attach-expand-link)) org-export-allow-bind-keywords t org-babel-tangle-lang-exts '(("ansys" . "mac") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-export-latex-listings t org-link-mailto-program '(compose-mail "%a" "%s") org-agenda-files '("~/org/private.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil org-src-fontify-natively t org-publish-project-alist '(("org-notes" :sitemap-title "Die D=C3=BCnenhof= -Seite" :auto-sitemap t :base-directory "~/org/www/" :base-extension "org" :publishing-dir= ectory "~/www.duenenhof-wilhelm2.de/" :recursive t :publishing-function org-html-publish-to-html :headline-levels 4 :auto-preamble nil :ex= clude "template.*\\|navigation.*") ("org-static" :base-directory "~/org/www/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|org\\|htm\\|= ico" :publishing-directory "~/www.duenenhof-wilhelm2.de/" :recursive t :publishing-function org-publish-attachment) ("duenenhof" :components ("org-notes" "org-static"))) org-export-latex-classes '(("scrartcl" "\\documentclass[pagesize]{scrartcl}\n [PACKAGES]\n = [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("scrreprt" "\\documentclass[pagesize]{scrreprt}\n [PACKAGES]\n = [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("koma-report" "\\documentclass[a4paper]{scrreprt}\n [PACKAGES]\n = [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("koma-article" "\\documentclass[a4paper]{scrartcl}\n [PACKAGES]\n = [EXTRA]" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%= s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*= {%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*= {%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("beamer" "\\documentclass{beamer}" org-beamer-sectioning)) ) --=20 Best wishes H. Dieter Wilhelm Darmstadt Germany