Erwan Pannier

Results 237 comments of Erwan Pannier

Thank you for spotting it ! I think that `simplify_fractions` could only deal with small decimals and write them as function, i.e. turn 0.5 to 1/2. The "simplify_fraction" may be...

Hello @rishawsingh , welcome ! You may have a look at the [Contributing Guide](https://github.com/radis/radis/blob/develop/CONTRIBUTING.md) of [RADIS](https://radis.github.io/), a much bigger open-source project. Most of the tips there can easily be transfered...

I am not, you can go ! Thank you for contributing !

Travis gives credits to organizations developing OSS, unfortunately Pytexit is a personal project and not supported by an Org. I think we'll have to wait for credits renewal. Do they...

I can give you admin access on this repo if it's needed to set up Github Actions

You could add it directly in this [convert_symbol](https://github.com/erwanp/pytexit/blob/master/pytexit/core/core.py#L386) function ? ``` elif m == "prime": m = r"\prime" ``` A cleaner implementation would be to generalize this with a dictionary...

Best is if you add a small test to : 1. make sure it works 2. make sure it will always work ;) Test syntax is quite obvious : https://github.com/erwanp/pytexit/blob/master/pytexit/test/test_functions.py#L21

I also have it here. I simply run it from the IPython 7.20.0 embedded in Spyder 4.2.1, and I get the LaTeX output.

If you manage to find out why it's not happening in your own iPython, it would be nice if we can set it by default : it's very convenient to...