Make \smallfrown and \smallsmile come from the variant font so it has the correct size. Resolves issue #436.
This commit is contained in:
parent
c4da088220
commit
838cb730cf
|
@ -177,9 +177,9 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
|||
vDash: '22A8',
|
||||
Vdash: '22A9',
|
||||
Vvdash: '22AA',
|
||||
smallsmile: '2323',
|
||||
smallsmile: ['2323',{variantForm: true}],
|
||||
shortmid: ['2223',{variantForm: true}],
|
||||
smallfrown: '2322',
|
||||
smallfrown: ['2322',{variantForm: true}],
|
||||
shortparallel: ['2225',{variantForm: true}],
|
||||
bumpeq: '224F',
|
||||
between: '226C',
|
||||
|
|
Loading…
Reference in New Issue
Block a user