Releases: Kolaru/MathTeXEngine.jl
Releases · Kolaru/MathTeXEngine.jl
v0.6.7
MathTeXEngine v0.6.7
Merged pull requests:
- Fix loading TeX Gyre Pagella fonts (#138) (@jipolanco)
- Bump actions/checkout from 4 to 5 (#140) (@dependabot[bot])
- Add escaped commands (#144) (@dawbarton)
Closed issues:
Reference images v1
refimages-v1 Bump version for release
v0.6.6
MathTeXEngine v0.6.6
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
v0.6.4
v0.6.3
v0.6.2
MathTeXEngine v0.6.2
Merged pull requests:
v0.6.1
MathTeXEngine v0.6.1
Merged pull requests:
v0.6.0
MathTeXEngine v0.6.0
- New parser.
- Support for line break.
- Multiple small fixes.
Breaking changes
- The head of the expression returned by
texparseis no longer:expr. It is either:linesif there are multiple lines, or:lineif there is a single one.
Merged pull requests:
- New parser - simplified with a tokenizer pass (#114) (@Kolaru)
- Implement primes (#115) (@Kolaru)
- add \upepsilon explicitly to
latext_symbols(#119) (@KristofferC) - Support for line break (#120) (@Kolaru)
Closed issues:
v0.5.7
MathTeXEngine v0.5.7
Merged pull requests:
- Bump Automa to v1 (#108) (@jakobnissen)
- Avoid TeXParseError showing as unexpected error (#109) (@Kolaru)
Closed issues:
- Supporting of
\mathcal(#104)