pkra / MathJax-single-file

A custom tool to combine MathJax 2.x components into a single file
Apache License 2.0
42 stars 12 forks source link

add CommonHTML configuration example. #9

Closed pkra closed 7 years ago

pkra commented 8 years ago

I'm undecided on how to handle the fonts though. But I would like to add at least one working example.

pkra commented 7 years ago

Non-working attempt is on https://github.com/pkra/MathJax-single-file/tree/texhtml

pkra commented 7 years ago

The branch is now working. But it still needs a config option to rewrite the font URL.

Can be hacked by pointing https://github.com/pkra/MathJax-single-file/blob/texhtml/dist/TeXHTML/MathJax-TeXHTML.js#L3442 to whatever URL you like (e.g., cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/fonts//HTML-CSS).

pkra commented 7 years ago

Ok. The branch is ready (though on v2.7.0).