|
From: | Charles Millar |
Subject: | [O] vertically misplaced thousands separator |
Date: | Mon, 13 Jun 2016 08:31:43 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
I am not sure if this is a bug in orgmode latex exporter or
whether it is specific to LaTeX and that there is some code that
will take care of this. First, attached is a copy of my LaTeX setup. I recently added \\usepackage[npthousnadsep{,}]{numprint} to my setup. When I export the following in line code This is inline src_emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1] fmt="%.2f"]{(format fmt totalcommissions)} {{{results(=99999.99=)}}} for some reason the thousands separator is place above the exported line, thus , Likewise, a source block, e.g. ** Block exports as ,
for the same code Of course I expected 99,999.99 in both cases. I also tried this with \\usepackage{siunitx} and
\\usepackage[group-separator={,}]{siunitx} (numprint separator was
removed) and had the same results Org-mode version 8.3.4 (release 8.3.4 -907-g65e437 @ usr/local/share/emacs/site-lisp/org-mode/lisp) GNU Emacs 24.4.1 (x86 64 -pc-linux-gnu, GTK+ Version 3.14.5) of
2015-03-07 on trouble, modified |
mysetup.org
Description: Text document
[Prev in Thread] | Current Thread | [Next in Thread] |