Skip to content

Commit dd3da20

Browse files
committed
Change 0em to 0 to make reftest for 776 easier.
1 parent ecc8e7c commit dd3da20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unpacked/extensions/TeX/AMSmath.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
104104
frac: ['Genfrac',"","","",""],
105105
tfrac: ['Genfrac',"","","",1],
106106
dfrac: ['Genfrac',"","","",0],
107-
binom: ['Genfrac',"(",")","0em",""],
108-
tbinom: ['Genfrac',"(",")","0em",1],
109-
dbinom: ['Genfrac',"(",")","0em",0],
107+
binom: ['Genfrac',"(",")","0",""],
108+
tbinom: ['Genfrac',"(",")","0",1],
109+
dbinom: ['Genfrac',"(",")","0",0],
110110

111111
cfrac: 'CFrac',
112112

0 commit comments

Comments
 (0)