all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: Bug: lists, maths and export to latex
Date: Thu, 10 Jun 2010 20:41:06 +0200	[thread overview]
Message-ID: <87aar2lohp.wl%n.goaziou@gmail.com> (raw)

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	other threads:[~2010-06-10 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-10 18:41 Nicolas Goaziou [this message]
2010-06-14 17:27 ` Bug: lists, maths and export to latex Eric Schulte
2010-06-14 17:29   ` Eric Schulte
2010-06-25  6:02 ` Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aar2lohp.wl%n.goaziou@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.