Skip to content

Releases: Kolaru/MathTeXEngine.jl

v0.6.7

01 Nov 22:18
5554fc0

Choose a tag to compare

MathTeXEngine v0.6.7

Diff since v0.6.6

Merged pull requests:

Closed issues:

  • First glyph after curly braces start is missing (#118)
  • Support escaped percent (#127)

Reference images v1

25 Nov 17:04
5554fc0

Choose a tag to compare

refimages-v1

Bump version for release

v0.6.6

07 Aug 17:05
4cb4f4b

Choose a tag to compare

MathTeXEngine v0.6.6

Diff since v0.6.4

Merged pull requests:

  • [font] add Luciole-Math (#135) (@Moelf)
  • Simplify changing fonts (#136) (@Kolaru)
  • CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#139) (@github-actions[bot])

Closed issues:

  • Simple interface to change the font of the non-math part of LaTeXString (#55)

v0.6.5

13 Jun 14:18
5e44f57

Choose a tag to compare

MathTeXEngine v0.6.5

Diff since v0.6.4

Simplify changing fonts. In particular, makes it much easier to set the font globally and to define new font families.

Merged pull requests:

v0.6.4

21 May 10:02
2928fb7

Choose a tag to compare

MathTeXEngine v0.6.4

Diff since v0.6.3

  • Support for TeXGyrePagella

Merged pull requests:

v0.6.3

13 Apr 12:38
31b5d4e

Choose a tag to compare

MathTeXEngine v0.6.3

Diff since v0.6.2

  • Fix dash outside of math mode

Merged pull requests:

Closed issues:

  • Dashes render into em dashes in L"" strings (#128)

v0.6.2

28 Oct 23:32
819bbec

Choose a tag to compare

MathTeXEngine v0.6.2

Diff since v0.6.1

Merged pull requests:

  • Prepare for Makie 0.22 / GeometryBasics 0.5 (#125) (@ffreyer)

v0.6.1

24 Jul 16:35
6847fe7

Choose a tag to compare

MathTeXEngine v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Add the TeXGyreHeros font as one of the default and a hack to use it (#123) (@Kolaru)

v0.6.0

22 Apr 17:08
a392f27

Choose a tag to compare

MathTeXEngine v0.6.0

Diff since v0.5.7

  • New parser.
  • Support for line break.
  • Multiple small fixes.

Breaking changes

  • The head of the expression returned by texparse is no longer :expr. It is either :lines if there are multiple lines, or :line if there is a single one.

Merged pull requests:

Closed issues:

  • Support for line breaks (#18)
  • \textrm implementation? (#84)
  • Separate tokenization from the building of the TeXExpr (#100)
  • Cut new release (#112)
  • The prime in L"x'_2" should be treated as a superscript (#113)

v0.5.7

24 Nov 14:30
d292a5f

Choose a tag to compare

MathTeXEngine v0.5.7

Diff since v0.5.6

Merged pull requests:

Closed issues:

  • Supporting of \mathcal (#104)