all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How do I format numbers to an exported table to latex, produced by a code block?
@ 2016-02-27 22:44 Diogo Ramos
  2016-02-28 11:51 ` Rasmus
  0 siblings, 1 reply; 4+ messages in thread
From: Diogo Ramos @ 2016-02-27 22:44 UTC (permalink / raw
  To: emacs-orgmode

I have the following org file:

--8<---------------cut here---------------start------------->8---
#+BEGIN_SRC python :exports both
  import numpy as np

  return np.matrix([[.123456789, 2], [3, 4]])
#+END_SRC

#+RESULTS:
| 0.12345679 | 2 |
|          3 | 4 |
--8<---------------cut here---------------end--------------->8---

I want to export it to latex to produce a pdf but I want to format the
numbers of the table so I get, say

| 123.456e-3 | 2.000 |
|      3.000 | 4.000 |

on the exported pdf.

How can I do it?

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

end of thread, other threads:[~2016-02-29 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 22:44 How do I format numbers to an exported table to latex, produced by a code block? Diogo Ramos
2016-02-28 11:51 ` Rasmus
2016-02-28 23:55   ` Diogo Ramos
2016-02-29 17:32     ` John Kitchin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.