emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug: lists, maths and export to latex


From: Nicolas Goaziou
Subject: [Orgmode] Bug: lists, maths and export to latex
Date: Thu, 10 Jun 2010 20:41:06 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

Hello,

With the following minimal example, the list isn't properly exported
to latex (please note there is no problem with html). The culprit is
obviously the equation split across two lines at the end of the first
item.

-----------------------------------------------------------------------
* Example 

  1. A line full of text and an equation at the very end of it. \(a =
     3\).

  2. Second item
-----------------------------------------------------------------------


is exported as


-----------------------------------------------------------------------
\section{Example}
\label{sec-1}


  1. A line full of text and an equation at the very end of it. \(a =
     3\).

\begin{enumerate}
\item Second item
\end{enumerate}
-----------------------------------------------------------------------


Tested on latest git.

Thanks,

--
Nicolas



reply via email to

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