Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
97 stars 19 forks source link

Use Computer Modern as default font #40

Closed Kolaru closed 2 years ago

Kolaru commented 2 years ago

Gives up on the NewComputerModern support and the dream of using a Unicode font.

Instead use the traditional Computer Modern font.

Fix #26

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (cef1efc) into master (2ee8083) will decrease coverage by 0.08%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   76.78%   76.70%   -0.09%     
==========================================
  Files           9       10       +1     
  Lines         517      528      +11     
==========================================
+ Hits          397      405       +8     
- Misses        120      123       +3     
Impacted Files Coverage Δ
src/MathTeXEngine.jl 100.00% <ø> (ø)
src/engine/computer_modern_data.jl 100.00% <ø> (ø)
src/parser/commands_registration.jl 85.91% <ø> (ø)
src/prototype.jl 0.00% <ø> (ø)
src/engine/layout.jl 92.12% <85.71%> (ø)
src/engine/fonts.jl 80.00% <100.00%> (+1.05%) :arrow_up:
src/engine/texelements.jl 83.07% <100.00%> (-3.81%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ee8083...cef1efc. Read the comment docs.