Skip to content

Releases: andreas-schwenk/tex

1.0.2

04 Jan 09:23
Compare
Choose a tag to compare
  • fixed matrix spacing
  • fixed fraction typesetting
  • fixed spaces before/after functions (e.g. \sin)
  • fixed size of parentheses for \left .. \right (TODO: must replace parentheses by different glyphs if size is large)

1.0.1

30 Oct 14:22
Compare
Choose a tag to compare
  • rudimentary support for \displaystyle (if used anywhere in the input source, it is set globally)
  • added \mp, \lfloor, \rfloor
  • added \ddot

1.0.0

16 Oct 18:54
Compare
Choose a tag to compare
  • added success() function that should be used to check rendering success
  • minor fixes and updates

0.5.5

16 Oct 11:08
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
  • 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

13 Oct 13:20
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release
  • improved \left \right

0.5.3

13 Oct 12:57
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • added glyph for \wedge

0.5.2

26 Jun 09:09
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • 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

07 Jun 07:22
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • 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

23 May 14:08
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • added typesetting support for inline math
  • added \Longleftrightarrow and question mark
  • removed "MJX" prefix in sources
  • fixed minor bugs

0.4.3

20 Mar 19:02
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • fixed a parsing bug: sub and sup of arguments were not processed