erwanp / pytexit

Convert a Python expression to a LaTeX formula
https://pytexit.readthedocs.io/
Other
114 stars 31 forks source link

Issue #68 - implemented multi2tex, added 1 sanity test #69

Open aabdullah-kh opened 3 months ago

aabdullah-kh commented 3 months ago

Implemented a function (multi2tex) in pytexit.py that converts a multi-line string of python formulas to latex, and added a sanity test for it in test_functions.py. Should improve productivity in notebook users.