Use noReflows: false for higher quality (albeit slower) math rendering.
This commit is contained in:
parent
a03874e520
commit
e1f3c3daa6
2
MathJax/config/default.js
vendored
2
MathJax/config/default.js
vendored
|
@ -759,7 +759,7 @@ MathJax.Hub.Config({
|
|||
// faster, but can produce slightly less accurate character placements,
|
||||
// especially in width fractions or roots.
|
||||
//
|
||||
noReflows: true,
|
||||
noReflows: false,
|
||||
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user