MathJaxSwift
MathJaxSwift copied to clipboard
Converts and renders math expressions in Swift using MathJax and the JavaScriptCore framework.
Privacy Updates for AppStore submission ## Expected Behavior Developers are responsible for all code included in their apps. At WWDC23, Apple introduced new privacy manifests and signatures for commonly used...
Seems like `\mathbb{}` renders nothing. Other commands like `\mathit{}` work fine. This shows in the console: ``` Error: this application, or a library it uses, has passed an invalid numeric...
I'm using MathJaxSwift to convert LaTex to SVG and then render in a macOS app. I have one problem where the `display` property of `ConversionOptions` does not appear to be...
MathJax seems to dynamically choose between different methods based on the size of the content enclosed by delimiters. For example, the SVG representation of `\\left(` is sometimes `U+0028`, and at...
The current implementation never resets the `JSContext` `exception` property. This means that a single exception will pollute all subsequent calls to MathJaxSwift e.g. 1. `try tex2svg(input1)` throws 2. `MathJax.context.exception` is...
MathJax 4 brings the (long) awaited feature of supporting other fonts, that was initially expected on the version 3 but never came. I saw that there is new v4 branch...