On Sunday, 10 October 2021 11:14:24 CEST Rudolf Adamkovič wrote:
> I would like to use the "\mathclap" command from the "mathtools" package in
> my Org document. In LaTeX, it works. For HTML, I visited the Org manual [1]
> where I saw the following example:
>
> #+HTML_MATHJAX: cancel.js noErrors
Daniel Fleischer writes:
> […] the mathtools.js library was introduced in mathjax 3.2 but org provided
> version 2.7 […]
> You can just change the "path" in 'org-html-mathjax-options'.
I see. I tried the following and it worked:
(with-eval-after-load 'ox-html
(add-to-list 'org-html-mathjax-o
Daniel Fleischer writes:
> Not sure why the "#+HTML_MATHJAX: mathtools.js" doesn't do anything.
> Need further investigation.
After examining the function 'org-html--build-mathjax-config' in
'ox-html.el' and also looking at the default values of
- 'org-html-mathjax-options'
- 'org-html-mathjax
Rudolf Adamkovič writes:
> I would like to use the "\mathclap" command from the "mathtools" package in
> my Org document. In LaTeX, it works. For
Hi, there are 2 problems: first the mathtools.js library was introduced in
mathjax 3.2 but org provided version 2.7 as can be seen in the HTML
#+beg