emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] BIND org-html-style-include-*


From: Nicolas Goaziou
Subject: Re: [O] BIND org-html-style-include-*
Date: Fri, 15 Feb 2013 16:13:19 +0100

Bastien <address@hidden> writes:

> Nicolas Goaziou <address@hidden> writes:
>
>>   (org-element-map (plist-get info :parse-tree)
>>     '(latex-fragment latex-environment) 'identity info t)
>
> I used this, but only checking against LaTeX fragments.
> HTML pages without LaTeX fragments will not include the
> MathJax configuration.

I don't understand. Latex environments also require Mathjax: see
`org-html-latex-environment'.

Just to be sure we're not mis-communicating, a latex environment is the
following:

  \begin{equation*}
  2 + 2 = 4
  \end{equation*}

This is not to be confused with a latex block, such as:

  #+begin_latex
  \[2 + 2 = 4\]
  #+end_latex


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]