erwanp / pytexit

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

Allow the user to chose which tex enclosure to output #34

Closed turner-eng closed 2 years ago

turner-eng commented 3 years ago

Allow the user to chose which tex enclosure to output

image


Fixes #33

erwanp commented 3 years ago

Fixes #33

emetor commented 2 years ago

Any chance to merge commit 03d2051 "replace the '$$' tex enclosure with a function input" into production? This is exactly what I would need since I never use centred formulas, only inline formulas (with a single '$') or directly in latex (without any enclosure at all).

emetor commented 2 years ago

Closing pull request as it contains multiple issues and has partly been implemented.