Kolaru / MathTeXEngine.jl

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

Fix layouting issues with super and sum #42

Closed Kolaru closed 2 years ago

Kolaru commented 2 years ago

Fix the regression seen in https://github.com/JuliaPlots/Makie.jl/pull/1435

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (aa9de15) into master (b3bb866) will decrease coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   76.51%   76.50%   -0.02%     
==========================================
  Files          10       10              
  Lines         528      532       +4     
==========================================
+ Hits          404      407       +3     
- Misses        124      125       +1     
Impacted Files Coverage Δ
src/prototype.jl 0.00% <0.00%> (ø)
src/engine/layout.jl 92.36% <100.00%> (+0.24%) :arrow_up:
src/engine/texelements.jl 81.53% <0.00%> (-1.54%) :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 b3bb866...aa9de15. Read the comment docs.