-
Notifications
You must be signed in to change notification settings - Fork 100
using extensions #143
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
Comments
Anyway, by default, autoload.js is loaded so the color extension should work out of the box (and your example works fine for me using e.g., |
@pkra, both answers are inaccurate, I'm afraid, but I don't have time to write a correction just now. Will try to do it later tonight. The real problem is that the config call wipes out the extensions specified by the library itself. If you do
I think that should fix it. More later... |
Ah, thanks for correcting me, @dpvc! |
@pkra, OK, didn't get back to you last night. Here's what is going on: The You are right in remembering that we had problems passing arrays in the configuration, but I worked around that in a recent release, so that is no longer an issue. You are right that a string is used for the You are right to point out the |
This is currently marked
and
Should we separate them out? |
I'm trying to use the
colors.js
TeX extension, but running the following code throws a typesetting error:The result is:
Are the 2.5 TeX extensions listed on https://docs.mathjax.org/en/v2.5-latest/tex.html supported?
The text was updated successfully, but these errors were encountered: