emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] HTML export for math markup


From: Thierry Banel
Subject: Re: [O] HTML export for math markup
Date: Mon, 09 Jan 2017 23:34:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Le 09/01/2017 16:28, Lawrence Bottorff a écrit :
I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export this to HTML, it produces png files for each markup and puts them in a subfolder ltximg. Is there any way to skip this translating to pictures and just use MathJax directly. I've seen this, but my setup seems to be defaulted to png picture production, not direct MathJax rendering via "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML. I understand that what's happening is this, but that's not MathJax. What am I doing (thinking) wrong?

LB

I use
#+HTML_MATHJAX: align: left etc...
Works well.

Then you can control appearance through CSS. For instance:
.MathJax_Display {
    color: #080;
    margin: 0;
}

Have fun


reply via email to

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