all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* LaTeX math doesn't always export to HTML as math
@ 2017-02-11  3:42 Richard Stanton
  0 siblings, 0 replies; only message in thread
From: Richard Stanton @ 2017-02-11  3:42 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 450 bytes --]

I created the following very simple org file:

————


#+TITLE: *Math example*

\[ w_j = \nu_j \prod_{l<j} (1-\nu_l), \]


————

This exports to LaTeX fine, but when I export to HTML, the equation comes out as plain text

<p>
\[ w_j = \nu_j \prod_{l<j} (1-\nu_l), \]
</p>

Am I missing something?

By the way, org-version gives

Org mode version 9.0.5 (9.0.5-elpa @ /Users/stanton/.emacs.d/elpa/org-20170210/)


[-- Attachment #2: Type: text/html, Size: 1775 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-11  3:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11  3:42 LaTeX math doesn't always export to HTML as math Richard Stanton

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.