erwanp / pytexit

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

\times is conjugated with variable name #31

Closed turner-eng closed 2 years ago

turner-eng commented 3 years ago

image

emetor commented 2 years ago

This issue is solved in the current version, "\times" is only output where necessary:

$$q=\operatorname{max}\left(1.5w_k, 1.3q_{EK}+1.5\times0.2 w_k\right)$$

issue31