emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] latex environment inside math mode problem


From: Eric S Fraga
Subject: Re: [O] latex environment inside math mode problem
Date: Tue, 20 Jan 2015 08:48:29 +0000
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]