Kolaru / MathTeXEngine.jl

A latex math mode engine in pure Julia.
MIT License
97 stars 19 forks source link

README says mathrm is to be implemented #101

Closed steffenhaug closed 1 year ago

steffenhaug commented 1 year ago

In the README. \mathrm is listed as "to be implemented", https://github.com/Kolaru/MathTeXEngine.jl/blob/0c143f0d2f8526bfbd0e8e2a19ee4ff1889c9273/README.md?plain=1#L124-L128

but from what I can tell, it is implemented: (Using it via Makie) image

Is there anything missing in the implementation to warrant saying it is not implemented yet, or is it an oversight? I was initially disappointed and then very (pleasantly) surprised that it worked when I decided to try it anyways just in case.

Kolaru commented 1 year ago

It is an oversight (now fixed).

Thanks for the issue !

As a side note, the textrm implementation is still faulty, but that's a different problem.