Tags: Kolaru/MathTeXEngine.jl
Tags
[Diff since v0.6.6](v0.6.6...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:** - First glyph after curly braces start is missing (#118) - Support escaped percent (#127)
[Diff since v0.6.4](v0.6.4...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)
[Diff since v0.6.4](v0.6.4...v0.6.5) Simplify changing fonts. In particular, makes it much easier to set the font globally and to define new font families. **Merged pull requests:** - [font] add Luciole-Math (#135) (@Moelf) - Simplify changing fonts (#136) (@Kolaru)
## MathTeXEngine v0.6.0 [Diff since v0.5.7](v0.5.7...v0.6.0) - 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:** - 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:** - 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)
PreviousNext