emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] change tables to matrix when importing, including expressions.


From: Nick Dokos
Subject: Re: [O] change tables to matrix when importing, including expressions.
Date: Thu, 13 Jun 2019 16:10:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

> 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
>

#+attr_latex: :mode math :environment matrix :math-prefix D=

perhaps?

-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]