From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-element Date: Fri, 22 Feb 2013 14:25:13 +0100 Message-ID: <87vc9kjxae.fsf@gmail.com> References: <20130222131437.GA8541@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8sd2-00039b-0R for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8scx-0003Bb-2c for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:25:31 -0500 Received: from mail-wg0-f52.google.com ([74.125.82.52]:53950) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8scw-0003BV-T8 for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:25:27 -0500 Received: by mail-wg0-f52.google.com with SMTP id 12so528113wgh.7 for ; Fri, 22 Feb 2013 05:25:26 -0800 (PST) In-Reply-To: <20130222131437.GA8541@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 22 Feb 2013 14:14:37 +0100") 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: Suvayu Ali Cc: emacs-orgmode@gnu.org Suvayu Ali writes: > On Fri, Feb 22, 2013 at 11:38:16AM +0000, Achim Gratz wrote: >> >> How is one supposed to write (longer) equations out on multiple lines (leaving >> the operators behind on the previous line obviously works, but is ugly)? > > I use LaTeX blocks. So your example would translate to: > > #+begin_latex > \begin{equation} > r = a > + b > - c > \end{equation} > #+begin_latex This is a bit different from what the OP is asking for. A LaTeX block will only be exported by a latex (or derived) back-end. On the other hand, \[1+1\] may be exported by any back-end (for example using mathjax in html). Anyway, the equivalent would be a LaTeX environment: \begin{equation*} r = a + b - c \end{equation*} Regards, -- Nicolas Goaziou