Hi,
A bug seems to have emerged wrt inline-math and org tables. I guess
it might be from when we dropped the '"' around :attributes, but I
haven't tested this.
Consider this example
#+BEGIN_SRC org
here's inline
#+ATTR_LATEX: :mode inline-math :math-prefix P= :environment bmatrix
| a | b |
| g | d |
table.
#+END_SRC
This exports as
#+BEGIN_SRC latex
here's inline
\[P=\begin{bmatrix}
a & b \\
g & d \\
\end{bmatrix}\]
table.
#+END_SRC
but should export as
#+BEGIN_SRC latex
here's inline
\(P=\begin{bmatrix}
a & b \\
g & d \\
\end{bmatrix}\)
table.
#+END_SRC
–Rasmus
--
El Rey ha muerto. ¡Larga vida al Rey!