ReTeX / ReX

ReX - typesetting mathematics
122 stars 8 forks source link

Correctly handle greek commands `\alpha`, `\beta`, etc. #1

Closed cbreeden closed 7 years ago

cbreeden commented 7 years ago

Font property selection (italic, bold, monospace) should be recognized when using \alpha, \beta, etc.. But only is recognized when using directly unicode input for now. We should probably find a list of all such symbols that are commands as well.

cbreeden commented 7 years ago

I believe TeX does this by remapping every command each command to the same command for their respective selection. One idea is to decompose our table font group and then hash of that, reverting to a backup if none is found.