Kolaru / MathTeXEngine.jl

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

Setup to fix compat issue with Makie #58

Closed Kolaru closed 2 years ago

Kolaru commented 2 years ago

Setup to solve the problems described in https://github.com/JuliaPlots/Makie.jl/pull/1491

It goes as follow:

I'll open the corresponding PR on Makie when this one is merged.

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (766f97e) into master (2dd00d8) will increase coverage by 6.25%. The diff coverage is 81.81%.

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   75.72%   81.98%   +6.25%     
==========================================
  Files          10        9       -1     
  Lines         548      505      -43     
==========================================
- Hits          415      414       -1     
+ Misses        133       91      -42     
Impacted Files Coverage Δ
src/MathTeXEngine.jl 100.00% <ø> (ø)
src/engine/texelements.jl 77.21% <71.42%> (-2.01%) :arrow_down:
src/engine/fonts.jl 78.94% <100.00%> (-1.06%) :arrow_down:
src/engine/layout.jl 92.36% <100.00%> (ø)
prototype/prototype.jl

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 2dd00d8...766f97e. Read the comment docs.