From: tsd@tsdye.com (Thomas S. Dye)
To: Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com>
Cc: emacs-orgmode list <emacs-orgmode@gnu.org>
Subject: Re: latex equation and html export
Date: Mon, 30 Dec 2013 06:25:15 -1000 [thread overview]
Message-ID: <m1lhz22tn8.fsf@tsdye.com> (raw)
In-Reply-To: <CAD-VTcHpSOand4hHk2a=t981mXgqRF2qdR7WetYK5FimmcesbQ@mail.gmail.com> (Joseph Vidal-Rosset's message of "Mon, 30 Dec 2013 13:52:36 +0100")
Aloha Joseph,
Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com> writes:
> With numbered equation, I do not succeed to get a code working both for
> LateX export AND html export .
>
> For example this code:
>
> #+BEGIN_LaTeX
> \begin{equation}
> \label{eq:2}
> A \to \neg B
> \end{equation}
> #+END_LaTeX
>
> works fine in org-mode : latex syntax is highleted and the export to pdf
> works. But it does not work with html export: the formula does not appear.
>
Your code is targeted to the LaTeX back-end and should be ignored by
other back-ends (as you've discovered).
Something like this might do what you want:
#+NAME: eq:2
#+BEGIN_EQUATION
A \to \neg B
#+END_EQUATION
See Section 11.8 of the manual, Special Blocks.
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
next prev parent reply other threads:[~2013-12-30 16:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-30 12:52 latex equation and html export Joseph Vidal-Rosset
2013-12-30 16:25 ` Thomas S. Dye [this message]
2013-12-30 18:03 ` Joseph Vidal-Rosset
2013-12-30 18:53 ` Thomas S. Dye
2013-12-30 20:10 ` Joseph Vidal-Rosset
2013-12-30 21:30 ` Thomas S. Dye
2014-01-01 6:28 ` Nick Dokos
2014-01-01 9:11 ` Joseph Vidal-Rosset
2014-01-01 9:28 ` Achim Gratz
2014-01-01 15:42 ` Nick Dokos
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=m1lhz22tn8.fsf@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=joseph.vidal.rosset@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).