all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* change tables to matrix when importing, including expressions.
@ 2019-06-13 13:26 Uwe Brauer
  2019-06-13 17:23 ` Berry, Charles
  2019-06-13 20:10 ` Nick Dokos
  0 siblings, 2 replies; 4+ messages in thread
From: Uwe Brauer @ 2019-06-13 13:26 UTC (permalink / raw)
  To: emacs-orgmode


Hi

I know that 
#+begin_src 
#+attr_latex: :mode math :environment matrix
| 0 | -5 |
| 5 |  0 |
#+end_src

Results in 


#+begin_src 
\[
\begin{matrix}
 0 & -5 \\
 5 & 0 \\
\end{matrix}
\]
#+end_src


However I would like 
#+begin_src 
#+attr_latex: :mode math :environment matrix
D=
| 0 | -5 |
| 5 |  0 |
#+end_src

To be exported as 

#+begin_src 
\[
D=
\begin{matrix}
 0 & -5 \\
 5 & 0 \\
\end{matrix}
\]
#+end_src

How can I do that? 

Thanks and regards

Uwe Brauer 

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

end of thread, other threads:[~2019-06-13 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 13:26 change tables to matrix when importing, including expressions Uwe Brauer
2019-06-13 17:23 ` Berry, Charles
2019-06-13 17:28   ` Uwe Brauer
2019-06-13 20:10 ` Nick Dokos

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.