Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 00:20
· 152 commits to master since this release
c757b00

MathTeXEngine v0.5.0

Release notes

  • Changed default font to NewComputerModern
  • Changed the representation of TeXChar
    • Switch field char::Char to glyph_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.
  • Extends the new FreeTypeAbstraction.glyph_index so that it is supported for TeXChar

Diff since v0.4.0

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)