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

Use raw strings throughout the LaTeX printer #399

Open eric-wieser opened 4 years ago

eric-wieser commented 4 years ago

Split from #88. r"\some\latex" is easier to read than "\\some\\latex".