erwanp / pytexit

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

Put a space after the "\times" output #32

Closed turner-eng closed 2 years ago

turner-eng commented 3 years ago

Put a space after the "\times" output

erwanp commented 3 years ago

Does this fix #31 ?

erwanp commented 3 years ago

@turner-eng this changed the expected test output, and therefore crashed the test. See here.

Just make sure the output latex is properly rendered, then simply update the tests by adding the missing spaces in test_functions.py !

erwanp commented 3 years ago

Some tests with times still fail with extra spaces : https://travis-ci.com/github/erwanp/pytexit/jobs/487643294#L605

Do they pass locally, when running

pytest

?

emetor commented 2 years ago

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