Releases: Kolaru/MathTeXEngine.jl
Releases · Kolaru/MathTeXEngine.jl
v0.5.0
MathTeXEngine v0.5.0
Release notes
- Changed default font to NewComputerModern
- Changed the representation of TeXChar
- Switch field
char::Char
toglyph_id::Culong
, the glyph index in the font, to allow to retrieve glyph at non unicode index in the font (e.g. big integral and sum signs and proper italic, thin greek math characters). - Added a
font_family::FontFamily
as it is sometimes usefull.
- Switch field
- Extends the new
FreeTypeAbstraction.glyph_index
so that it is supported forTeXChar
Closed issues:
- \frac and \sqrt in Makie (#28)
- [Feature Request] \nabla (#51)
- Unable to insert new line (#59)
- Warning: unknown command \Join (#60)
Merged pull requests:
- CompatHelper: bump compat for RelocatableFolders to 0.3, (keep existing compat) (#62) (@github-actions[bot])
- Add partial and degree (#63) (@Kolaru)
- CompatHelper: bump compat for AbstractTrees to 0.4, (keep existing compat) (#65) (@github-actions[bot])
- Fix rendering of '/' (#66) (@jipolanco)
- [draft] Good support for NewComputerModern font (#67) (@Kolaru)
v0.4.0
MathTeXEngine v0.4.0
Closed issues:
- How can one obtain the size (width and height) of some text? (#47)
Merged pull requests:
v0.3.3
MathTeXEngine v0.3.3
Merged pull requests:
v0.3.2
MathTeXEngine v0.3.2
Merged pull requests:
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.3
MathTeXEngine v0.1.3
Closed issues:
Merged pull requests:
- Replace Point2f0 with Point2f (#14) (@knuesel)
- Use
RelocatableFolders
for font assets (#17) (@MichaelHatherly)