[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Exporting math code containing a cases environment to LaTeX
From: |
Francesco Turco |
Subject: |
Re: [O] Exporting math code containing a cases environment to LaTeX |
Date: |
Sat, 12 Mar 2016 19:33:57 +0100 |
On Sat, Mar 12, 2016, at 19:16, Eric S Fraga wrote:
> Alternatively, you can enclose it all in a export block, as in
>
> #+begin_export latex
> \[
> ...
> \]
> #+end_export
The following code doesn't work:
#+begin_export latex
\[
n!=
\begin{cases}
1 & n=0 \\
n(n-1)! & n\ge 1 \\
\end{cases}
\]
#+end_export
Because of the following error message:
> ! LaTeX Error: Environment export undefined.
But I can use #+begin_latex and #+end_latex instead.
I read the former syntax is new and will be released with Org Mode 9.0.
Is that true?
See https://www.mail-archive.com/address@hidden/msg102960.html