v0.5.0
MathTeXEngine v0.5.0
Release notes
- Changed default font to NewComputerModern
- Changed the representation of TeXChar
- Switch field
char::Chartoglyph_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::FontFamilyas it is sometimes usefull.
- Switch field
- Extends the new
FreeTypeAbstraction.glyph_indexso 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)