Releases: andreas-schwenk/tex
Releases · andreas-schwenk/tex
1.0.2
1.0.1
- rudimentary support for \displaystyle (if used anywhere in the input source, it is set globally)
- added \mp, \lfloor, \rfloor
- added \ddot
1.0.0
- added success() function that should be used to check rendering success
- minor fixes and updates
0.5.5
- suppressed any scientific number notation in SVG output (e.g. "3e-5"). Now only numbers with a fixed number of decimal numbers are written. (Note: flutter_svg cannot handle scientific number notation)
- added support for ;
- reduced spacing for ,
0.5.4
- improved \left \right
0.5.3
- added glyph for \wedge
0.5.2
- added support for | in \left and \right
- added parameter "deltaYOffset" in function tex2svg(..). This is e.g. useful for inline math. It adds (or subtracts in case it is negative) vertical space to the SVG view box. E.g. in the "flutter_svg" package you can set attribute "allowDrawingOutsideViewBox: true" to allow rendering outside the Widget. This allows better embedding of equations within TextWidgets.
0.5.1
- added \dot{}, \hat{} and \tilde{}
- added \sqrt[X]Y
- fixed display style size of fractions in sub/sup (e.g. in \frac12 e^{\frac12})
- added hight attribute to glyphs -> e.g. \overline{} height now relates to concrete glyph heights
- fixed spacing for \approx
0.5.0
- added typesetting support for inline math
- added \Longleftrightarrow and question mark
- removed "MJX" prefix in sources
- fixed minor bugs
0.4.3
- fixed a parsing bug: sub and sup of arguments were not processed