roniemartinez / latex2mathml

Pure Python library for LaTeX to MathML conversion
MIT License
183 stars 25 forks source link

[Feature Request] Missing ensemble set #51

Closed DenisSalem closed 5 years ago

DenisSalem commented 5 years ago

Hello there, I'm using 2.6.7 version.

I would report the fact that ensembles set are missing. https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols#Set_and.2For_logic_notation

As an exemple, it could be nice to have both \R and \mathbb{R} giving ℝ.

roniemartinez commented 5 years ago

Thanks. Will review this.

roniemartinez commented 5 years ago

Hi @DenisSalem

I added support for Math alphabets (\mathbb{}, etc). However, symbols like \R, \N and similar will not be supported for now as I cannot find them on the list (unimathsymbols.txt) compiled by Günter Milde.