-
-
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
Macro \class fails to assign compound class to an element #2185
Labels
Milestone
Comments
Thank you! In addition when switching on the a11y extension both expressions during semantic enrichment. |
There's a couple of issues:
|
I added a pull request that addresses the original issue with multiple classes in the |
dpvc
added a commit
to mathjax/MathJax-src
that referenced
this issue
Nov 17, 2019
Fix multiple issues with handling of classlist. mathjax/MathJax#2185
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using
tex-svg.js
, I’m trying to do this type of command:\class{reddish boldish}{e=mc^2}
where sayreddish
andboldish
are two CSS classes. That works fine in MathJax v2, but results in Math output error in MathJax v3. Trying\class{reddish}{\class{boldish}{e=mc^2}}
results in an error as well. Trying\class{reddish}{{\class{boldish}{e=mc^2}}}
produces an output, though it does not achieve what I want as it does not create a single element with two CSS classes simultaneously applied to it. Great overall work on v3 though, keep going!The text was updated successfully, but these errors were encountered: