asciidoctor / asciimath

Asciimath parser
MIT License
24 stars 16 forks source link

Add missing TeX alts for font commands. #74

Closed expeehaa closed 1 year ago

expeehaa commented 1 year ago

I tried to use the TeX alts listed on https://asciimath.org and noticed that they are not supported by this gem. This branch adds those as aliases for their corresponding AsciiMath commands. Additionally, I wanted to ensure that I do not overwrite existing AsciiMath commands, so I added a runtime check.

pepijnve commented 1 year ago

Thanks for the contribution!