learn-ocaml icon indicating copy to clipboard operation
learn-ocaml copied to clipboard

mathjax is incomplete

Open HuStmpHrrr opened this issue 5 years ago • 0 comments

in particular, it doesn't support enough mathjax to support inference rules, or elements marked as math class.

the ultimate reason comes from https://github.com/ocaml-sf/learn-ocaml/tree/master/static/js/mathjax/jax/input

which does not include the tex.js script:

https://github.com/mathjax/MathJax/tree/master/es5/input

why just copy a partial mathjax? can we get this fixed?

HuStmpHrrr avatar Oct 12 '20 22:10 HuStmpHrrr