### Issue Summary When I try to use the font size command `\footnotesize`, mathjax does not recognise it. ### Steps to Reproduce: 1. Write and render a formula, which includes a font size command, e.g., `a + {\footnotesize b} = {\huge c}` renders $a + {\footnotesize b} = {\huge c}$. The list of standard LaTeX font size commands is: ``` \tiny \scriptsize \footnotesize \small \normalsize \large \Large \LARGE \huge \Huge ``` All work except `\footnotesize`.