-
-
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
Behavior of \llap
and \rlap
#694
Comments
Yes, it was intentional, and the reason is that MathJax really doesn't do text-mode material, so it seemed pointless to switch to text mode just to have to switch back via dollar signs. As a technical note, If you want to implement
somewhere before the script that loads MathJax.js. Note, however, that you can't use macros in text mode, since MathJax doesn't process them. So |
Thanks Davide! That makes sense. Could these incompatibilities with TeX be listed somewhere? It can be a real pain to look for this kind of stuff. |
That is in the works. Sorry it is not available now. There are not too many such differences. The other big one is that |
The
\llap
and\rlap
command behave differently than in LaTeX equations. There may be a good reason for that but I haven't found that difference behavior documented anywhere.The difference is that in MathJax the two arguments are in math mode, whereas in LaTeX the first argument is in text mode and the second is in math mode. The snippet
$\rlap{textmode\qquad}{\qquad mathmode}$
illustrates the difference.The text was updated successfully, but these errors were encountered: