phfaist / pylatexenc

Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
https://pylatexenc.readthedocs.io
MIT License
301 stars 37 forks source link

Support for common set-theory character, aleph "ℵ" #18

Closed noahnu closed 5 years ago

noahnu commented 5 years ago

ℵ (\aleph) is used to denote infinite cardinals in set theory. It is missing from the _utf8latexmap.py map. Its character code is 0x2135.

See: https://en.wikipedia.org/wiki/Cardinal_number for a common use case.

phfaist commented 5 years ago

Resolved by merging #19 .