-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASCIIMATH and MathJAX #523
Comments
It seems vivlio kan only render MathML? Is that correct? Can I use Latex of ASCIIMATH in any way? |
I admit the problem that the documentation about TeX/AsciiMath support is missing except in the Change Log:
See also the test file and Vivliostyle output: https://vivliostyle.github.io/vivliostyle.js/viewer/vivliostyle-viewer.html#x=https://github.com/vivliostyle/vivliostyle/blob/master/packages/core/test/files/math-sample.html |
Thanks, it helps a lot :-) |
Hello
I want to use vivliostyle and MathJax to render ASCIIMATH, but that doesn't seem to be possible.
When I use the following code in another page it works without any problem:
<script> MathJax.Hub.Config({ asciimath2jax: { delimiters: [['`','`'], ['$','$']] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"> </script>But when I try to use it in the "viewer" it only renders MathML, but not the ASCIIMATH-code.
The text was updated successfully, but these errors were encountered: