ofBook icon indicating copy to clipboard operation
ofBook copied to clipboard

Latex / MathML rendering broken in Math chapter

Open OmerShapira opened this issue 7 years ago • 3 comments

to repro:

Load the math chapter

\(\mathbb{Z}/12\mathbb{Z}\)) should display as rendered MathML

OmerShapira avatar Jun 07 '18 22:06 OmerShapira

ah thx for pointing out -- I suspect it's a server setting / python issue... will investigate

ofZach avatar Jun 07 '18 22:06 ofZach

it may be because of mathjax cdn shutdown, the src attribute of the script tag points to the old cdn

if it's the reason, a simple replacement with : https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js may solve this issue.

ghost avatar Oct 29 '18 10:10 ghost

the pandoc's manual suggests an URL can be specified to the --mathjax option, so the replacement could be on this line :

"-s", "-p", "--mathjax=https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML",

it's maybe an ugly hack but works locally where the replacement script doesn't work neither online nor locally

ghost avatar Oct 29 '18 16:10 ghost