Fix \centerdot using wrong glyph (only works for MathJax TeX fonts).
This commit is contained in:
parent
436115f581
commit
db1ce61854
|
@ -116,7 +116,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
|
||||||
boxdot: '22A1',
|
boxdot: '22A1',
|
||||||
circledcirc: '229A',
|
circledcirc: '229A',
|
||||||
boxplus: '229E',
|
boxplus: '229E',
|
||||||
centerdot: '22C5',
|
centerdot: ['22C5',{variantForm: true}],
|
||||||
divideontimes: '22C7',
|
divideontimes: '22C7',
|
||||||
intercal: '22BA',
|
intercal: '22BA',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user