Change 0em to 0 to make reftest for 776 easier.

This commit is contained in:
Davide P. Cervone 2015-01-25 12:38:48 -05:00
parent ecc8e7c350
commit dd3da20704

View File

@ -104,9 +104,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
frac: ['Genfrac',"","","",""],
tfrac: ['Genfrac',"","","",1],
dfrac: ['Genfrac',"","","",0],
binom: ['Genfrac',"(",")","0em",""],
tbinom: ['Genfrac',"(",")","0em",1],
dbinom: ['Genfrac',"(",")","0em",0],
binom: ['Genfrac',"(",")","0",""],
tbinom: ['Genfrac',"(",")","0",1],
dbinom: ['Genfrac',"(",")","0",0],
cfrac: 'CFrac',