-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
using "tex-...-full.js" still needs extensions being loaded and added ... #2328
Comments
You are right, the |
Any chance your modified version of mhchem here can also be added to the main stream and the full version? |
@parhizkari, no, that version will not become part of the MathJax distribution. What I recommend is that you open an issue on the mhchem GitHub page requesting that the number patterns be made configurable, like the one for the TeX input jax. That way, you would be able to configure mhchem to meet your needs without having to have multiple copies of mhchem in the distribution. |
Add tagFormat to AllPackes, and update the preloaded list. (mathjax/MathJax#2328)
This issue again persists in version 3.1, is tagFormat intentionally missed from this version? |
No, See the documentation for more details. |
There is code to rename the configuration block for the extension (see mathjax/MathJax-src#485), but it turns out only to be applied when the package is loaded as an external component, not in the combined components, which is an oversight. I will make a new issue for that problem. For now, you will need to rename the configuration block by hand. |
The following minimal test code doesn't typeset the equations:
The problem is resolved if one adds the extension, loads it inside the loader, and adds it as a package to the config setup of Mathjax; but isn't "...-full.js" package expected to be single-file solutions?
The text was updated successfully, but these errors were encountered: