pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
234 stars 62 forks source link

Replace SVGs of LaTeX to just LaTeX #503

Closed utensil closed 7 months ago

utensil commented 7 months ago

This should supersede #415

utensil commented 7 months ago

For light mode:

image image

For dark mode:

image image
utensil commented 7 months ago

The issue is that this doesn't work for the Sphinx doc yet:

image
codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 77.77%. Comparing base (08cf8ca) to head (9c8facc).

:exclamation: Current head 9c8facc differs from pull request most recent head ddf95fb. Consider uploading reports for the commit ddf95fb to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #503 +/- ## ======================================= Coverage 77.77% 77.77% ======================================= Files 17 17 Lines 4193 4193 ======================================= Hits 3261 3261 Misses 932 932 ```

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

utensil commented 7 months ago

Now we have a very interesting problem that Github doesn't accpet ^ in \texttt but mdinclude will display \^{} as is.

image
utensil commented 7 months ago

One improvement of using sphinx_mdinclude is the TOC

image

v.s.

image