kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.37k stars 234 forks source link

\implies: Invalid command #162

Open sharadchauhan0504 opened 3 years ago

sharadchauhan0504 commented 3 years ago

Implies command is not supported yet, hope to see this as enhancement is possible.

\implies f(x_1) < f(x_2)

FCruzV10 commented 2 years ago

This isn't really a problem. By using the command \Longrightarrow you get the same result, and it is supported by the library. Also, if you have predetermined text, just use text.replacingOccurrences(of: "\\implies", with: "\\Longrightarrow").