>>> "Rasmus" == Rasmus writes:
> #+ATTR_LATEX: :mode math :environment pmatrix :math-suffix \times
> :math-prefix \mathbf{y}=
> | a | b |
> | c | d |
> #+ATTR_LATEX: :mode math :environment pmatrix
> | 1 | 2 |
> | 3 | 4 |
This does not work fo
Hi Uwe,
Uwe Brauer writes:
> I can use orgtbl-insert-matrix to nicely insert one matrix
> resulting in
> % BEGIN RECEIVE ORGTBL neu
> \[
> \begin{pmatrix}
> 8 & 8 \\
> & \\
> \end{pmatrix}
> \]
> % END RECEIVE ORGTBL neu
> \begin{comment}
>
> #+ORGTBL: SEND neu orgtbl-to-latex-matrix :splice n
Hi
I can use orgtbl-insert-matrix to nicely insert one matrix
resulting in
% BEGIN RECEIVE ORGTBL neu
\[
\begin{pmatrix}
8 & 8 \\
& \\
\end{pmatrix}
\]
% END RECEIVE ORGTBL neu
\begin{comment}
#+ORGTBL: SEND neu orgtbl-to-latex-matrix :splice nil :skip 0
| 8 | 8 |
| | |
\end{comment}
is th