korsbo / Latexify.jl

Convert julia objects to LaTeX equations, arrays or other environments.
MIT License
544 stars 55 forks source link

fix nightly #285

Closed t-bltg closed 2 months ago

t-bltg commented 3 months ago

Required for Plots on nightly (fix Iterators.Stateful iteration), and test upcoming 1.11.

Building docs were already broken before, left for another PR.

cc @korsbo.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.88%. Comparing base (a7ee6f5) to head (8cecaa2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #285 +/- ## ========================================== + Coverage 82.53% 82.88% +0.34% ========================================== Files 21 21 Lines 819 818 -1 ========================================== + Hits 676 678 +2 + Misses 143 140 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

korsbo commented 2 months ago

Thanks, and sorry about the slow merge!