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
Based on one of your previous advises, I tried: (push '("\\\\textsuperscript\\>" . "⁺") ml/symbols)
It works great. However, now I need to treat the whole \textsuperscript{ANY THING} as
the mathematical superscript and raise it up. I looked at the
superscript function of your code but my little knowledge of elisp was a
challenge. Any help?
The text was updated successfully, but these errors were encountered:
Based on one of your previous advises, I tried:
(push '("\\\\textsuperscript\\>" . "⁺") ml/symbols)
It works great. However, now I need to treat the whole \textsuperscript{ANY THING} as
the mathematical superscript and raise it up. I looked at the
superscript function of your code but my little knowledge of elisp was a
challenge. Any help?
The text was updated successfully, but these errors were encountered: