mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
* Add support for \aa, \AA, \lq, \rq, \lbrack, \rbrack The lack of \aa and \AA was reported in #1066. Added these via simple macros, with supporting tests. Also add \lq, \rq, \lbrack, \rbrack as aliases for "`", "'", "[", "]" which were in the same area of latex.ltx. * removed duplicate comment