pygae / galgebra

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

Let sympy handle wrapping with `equation*` #443

Closed eric-wieser closed 4 years ago

eric-wieser commented 4 years ago

Annoyingly this results in a massive diff removing spaces in every file.

Making this change will eventually allow us to remove GaPrintable._repr_latex_ entirely, in favor of using sympy builtins. LaTeX does not care about the presence or absence of these spaces.

(note: this PR summary has typo fixes not present in the commit message!)

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

Review Jupyter notebook visual diffs & provide feedback on notebooks.


Powered by ReviewNB

utensil commented 4 years ago

Always wondered if this is possible but too lazy to check it out.