iosMath icon indicating copy to clipboard operation
iosMath copied to clipboard

Broken support for accent ? \'e not working

Open PhilippeWeidmann opened this issue 8 years ago • 1 comments

Hello,

I'm trying to add some French characters in my app like 'é è à'. My code goes like this: mathLabel.latex = "\\'e"

But the label doesn't display the text at all. Is it a bug or I'm not implementing this correctly?

PhilippeWeidmann avatar Oct 19 '17 09:10 PhilippeWeidmann

Had the same issue just write \text{\grave{e}} https://en.wikibooks.org/wiki/LaTeX/Special_Characters#Other_symbols

marybnq avatar Aug 16 '19 14:08 marybnq