On Monday, 19 Jan 2015 at 23:34, Marko Schütz Schmuck wrote:

[...]

> almost: whether I use your suggestion or 
>  
>
> #+BEGIN_LaTeX
>     \(f =
>       \begin{cases}
>       t & 1\\
>       f & 2\\
>       \end{cases}
>     \)
> #+END_LaTeX
>
> the itemize environment in which it occurs ends before the inline math.

Indent the #+ directives and they won't break the list:

--8<---------------cut here---------------start------------->8---
* Test
1. an item
   #+BEGIN_LaTeX
    \(f =
      \begin{cases}
      t & 1\\
      f & 2\\
      \end{cases}
    \)
   #+END_LaTeX
2. a second item
--8<---------------cut here---------------end--------------->8---


-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.1, Org release_8.3beta-721-gd1c5dc.dirty

Reply via email to