From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: latex formula error when nested into a list? Date: Thu, 10 Jul 2014 08:41:36 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5830-0005vE-IW for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 02:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X582z-000437-MY for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 02:41:38 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:62776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X582z-00042r-FH for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 02:41:37 -0400 Received: by mail-wg0-f42.google.com with SMTP id l18so1551050wgh.13 for ; Wed, 09 Jul 2014 23:41:36 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, don't know if this is a normal behavior, but using a latex formula like this: \begin{equation} \begin{align} a \times b &= c \times d \\& = f \end{align} \end{equation} into an org list, that is: - \begin{equation} \begin{align} a \times b &= c \times d \\& = f \end{align} \end{equation} produces the following latex error: ! Package amsmath Error: Erroneous nesting of equation structures; (amsmath) trying to recover with `aligned'. while removing the list bullet makes it working. Am I doing something wrong? Is it possible to nest formulas into lists? Luca