kostub / iosMath

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

Inline Math / Combining Regular Text and Latex #189

Open swiftly-viper opened 1 month ago

swiftly-viper commented 1 month ago

Hello,

Is there a way to combine both regular text and latex using iOSMath? Mimicking functionality like "$...$" in MathJax, for example. The built-in labelMode, from what I can tell, does not do this.

Thank you

tobitech commented 1 month ago

I'm also looking for how to achieve this. This is something I've seen in the ChatGPT iOS app. From the image it shows by the font used for regular text is different from that used to render the equation.

IMG_9801

swiftly-viper commented 1 month ago

Any updates on this issue?