> Hello,
   > Uwe Brauer <[email protected]> writes:

   > Is it really needed? You could send both tables within the same
   > environment, couldn't you?

No I can't

Look at this


% BEGIN RECEIVE ORGTBL test
\[
\begin{pmatrix}
6 & 7 \\
 &  \\
8 &  \\
9 &  \\
\end{pmatrix}
\]
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex-matrix :splice nil :skip 0
| 6 | 7 |
|   |   |

| 8 |   |
| 9 |   |
\end{comment}


Does not work, if I connect the table I obtain 1 matrix but I want two,
besides I cannot have the following result

% BEGIN RECEIVE ORGTBL test
\[
A=
\begin{pmatrix}
6 & 7 \\
 &  \\
8 &  \\
9 &  \\
\end{pmatrix}
\]


Reply via email to