You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the character "^" should be escaped (with "^{}") in rendering LaTeX.
I patched this on my computer by just adding .replace('^','\\^{}') in the render_raw_text method, but I don't have permissions to publish a branch (I don't know if this is normal, I am always confused by git).
Thank you
The text was updated successfully, but these errors were encountered:
I think the character "^" should be escaped (with "^{}") in rendering LaTeX.
I patched this on my computer by just adding
.replace('^','\\^{}')
in therender_raw_text
method, but I don't have permissions to publish a branch (I don't know if this is normal, I am always confused by git).Thank you
The text was updated successfully, but these errors were encountered: