-
Notifications
You must be signed in to change notification settings - Fork 234
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
Alternative to \stackrel {\frown} {AD} #63
Comments
I've managed to add the |
\def\stackrel#1#2{\mathrel{\mathop{#2}\limits^{#1}}} So you could make an operator with limits as the Also you can add frown without modifying the source code as follows: [MTMathAtomFactory addLatexSymbol:@"frown"
value:[MTMathAtom atomWithType:kMTMathAtomOrdinary
value:@"\u2312"]]; |
|
Hey I am using the command \stackrel {\frown} {AD} to show the arc / frown symbol over letters. As seen in the image below:
Both of these commands aren't supported in the library. Is there an alternative to these or a way for me to add them in?
The text was updated successfully, but these errors were encountered: