-
-
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
Wrapping with \text{}
creates strange overlapped output with tex-svg-full
#2524
Comments
This is an error with the <script>
MathJax = {
tex: {
packages: {'[-]': ['textmacros']}
}
} |
Fix issue with textmacros in SVG mode. (mathjax/MathJax#2524)
In case you need some more breaking tests for $$\require{textmacros}hello + \text{\textbf{hello}}$$ $$\require{textmacros}hello + \text{hello}$$ $$\require{textmacros}hello + \text{hello \textbf{hello}}$$ renders incorrectly as: |
Thanks. I suspect it is related to the same issue, which must not be completely resolved. Sigh. |
Issue Summary
Wrapping with
\text{}
creates strange overlapped output withtex-svg-full
but nottex-svg
.Example:
With
tex-svg-full
(see full code below):With
tex-svg
:Technical details:
MathJax.version
in console) but 3.1.0 in the "About MathJax" right-click menuSupporting information:
code
The text was updated successfully, but these errors were encountered: