all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: lists, maths and export to latex
@ 2010-06-10 18:41 Nicolas Goaziou
  2010-06-14 17:27 ` Eric Schulte
  2010-06-25  6:02 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2010-06-10 18:41 UTC (permalink / raw)
  To: Org Mode List

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-25 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 18:41 Bug: lists, maths and export to latex Nicolas Goaziou
2010-06-14 17:27 ` Eric Schulte
2010-06-14 17:29   ` Eric Schulte
2010-06-25  6:02 ` Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.