emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-element
Date: Fri, 22 Feb 2013 14:25:13 +0100	[thread overview]
Message-ID: <87vc9kjxae.fsf@gmail.com> (raw)
In-Reply-To: <20130222131437.GA8541@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 22 Feb 2013 14:14:37 +0100")

Suvayu Ali <fatkasuvayu+linux@gmail.com> 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

  reply	other threads:[~2013-02-22 13:25 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22 11:38 org-element Achim Gratz
2013-02-22 13:14 ` org-element Suvayu Ali
2013-02-22 13:25   ` Nicolas Goaziou [this message]
2013-02-22 13:35     ` org-element Suvayu Ali
2013-02-22 13:25   ` org-element Bastien
2013-02-22 15:25   ` org-element Achim Gratz
  -- strict thread matches above, loose matches on Subject: below --
2013-05-23 23:39 org-element Daimrod
2013-05-24 12:13 ` org-element Nicolas Goaziou
2013-05-24 16:49   ` org-element Daimrod
2013-05-24 18:26     ` org-element Nicolas Goaziou

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87vc9kjxae.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=fatkasuvayu+linux@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).