-
Notifications
You must be signed in to change notification settings - Fork 188
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
Inline Asciimath #83
Comments
There has never been in AsciiMath a per-equation way to enable/disable displaystyle. As noted in that thread, AsciiMathML has a configuration option for whether the whole page should be rendered using displaystyle or not, and MathJax does expose that variable so it can be set via the MathJax config object. Right now the variable is only read once on Init. Perhaps what's needed is some externally exposed function in the AsciiMath jax to change the value of displaystyle, so your code could adjust the setting before asking for the expression to be rendered. Or, in the Those changes would be MathJax and MathJax-Node changes, though. If there's something you think needs to happen in AM itself, let me know. |
Just to flush out my thoughts above (totally untested, of course): In MathJax-node you'd add a new TYPES like Then in the MathJax AM input jax, you'd add a line a like: then before the parseMath call, and after the parseMath call, |
Mathjax-node has support for asciimath, but it seems that asciimath isn't able to be used to produce inline equations, you can read about the issue here, they asked to raise the issue upstream, so I am asking:
The text was updated successfully, but these errors were encountered: