Releases: Kolaru/MathTeXEngine.jl
Releases · Kolaru/MathTeXEngine.jl
v0.5.6
MathTeXEngine v0.5.6
Closed issues:
- Reduced Planck constant should be italic (#98)
Merged pull requests:
v0.5.5
v0.5.4
MathTeXEngine v0.5.4
Closed issues:
- The "not equal to" character is not available? (#76)
- a sans serif LaTeX implementation? (#83)
-
\phiand\varphiare mixed up (#85) - subscript space too large (#86)
- Upper case Greek character should not be italic (#87)
- Superscript not work correctly for
$^{87}$ (#88) - Combining accent too low for big letters (#89)
Merged pull requests:
v0.5.3
v0.5.2
v0.5.1
MathTeXEngine v0.5.1
Closed issues:
- Implement textrm and other text commands (#39)
- ℝ and similar are not supported? (#49)
- [Feature Request] \textrm (#52)
- [FEATURE] Curly brackets (#57)
- Arrows rendering using CairoMakie (#64)
- Changelog for releases (#71)
- Wrong positions and scales of some accents (#75)
Merged pull requests:
- implement
\textand friends (#70) (@Moelf) - Better support for math fonts (#72) (@Kolaru)
- CompatHelper: add new compat entry for UnicodeFun at version 0.4, (keep existing compat) (#73) (@github-actions[bot])
- Fix { and } parsing (#74) (@Kolaru)
- CompatHelper: bump compat for RelocatableFolders to 1, (keep existing compat) (#77) (@github-actions[bot])
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)
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: