erwanp / pytexit

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

There is no way to disable the '$$' enclosure of a py2tex output #33

Closed turner-eng closed 2 years ago

turner-eng commented 3 years ago

image

erwanp commented 3 years ago

Could add an option... or remove it entirely. How / where do you use your own Latex formula afterwards ?

turner-eng commented 3 years ago

I am using py2tex output almost everywhere in my tex document, so in-text, custom environment and actions like concatenation before output.

turner-eng commented 3 years ago

I will have a look at the test_functions.py and make sure it runs okay in my next pull request

emetor commented 2 years ago

Done with pull request #43, which was part of pull request #34 by @turner-eng