kostub / iosMath

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

Is it possible to define simple macros like \def\Ve{\;\Mbf{e}} #168

Open HeinzMattes opened 2 years ago

HeinzMattes commented 2 years ago

I have a large amount of LaTeX files which I want to use in an iOS app. These files contain a lot of simple abbrivations like \def\Ve{\;\Mbf{e}} for unit vector e which is printed in bold letters and has some leading space. Is it possible to define those simple macros?