Kolaru / MathTeXEngine.jl

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

Switch \epsilon and \varepsilon #102

Closed greimel closed 1 year ago

greimel commented 1 year ago

Because they are flipped. I am quite sure that this used to be correct.

See also the unicode equivalent.

image

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0c143f0) 77.10% compared to head (a038e21) 77.10%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #102 +/- ## ======================================= Coverage 77.10% 77.10% ======================================= Files 7 7 Lines 498 498 ======================================= Hits 384 384 Misses 114 114 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Beno%C3%AEt+Richard). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Beno%C3%AEt+Richard)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Kolaru commented 1 year ago

Somehow, somewhere this was changed indeed. Thanks a lot for the fix !