phfaist / pylatexenc

Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
https://pylatexenc.readthedocs.io
MIT License
283 stars 35 forks source link

Is there a way to automatically insert multiplication sign? #106

Open Lizn-zn opened 2 weeks ago

Lizn-zn commented 2 weeks ago

Thanks for the nice tool. I am currently using your project to convert LaTeX code into plain text and wonder to know if there is a way to automatically convert implicit multiplication into explicit multiplication signs, e.g. $(a+b)(b+c)$ -> (a+b)*(b+c).

Thanks again,