Uwe Brauer <o...@mat.ucm.es> 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