Use noReflows: false for higher quality (albeit slower) math rendering.

This commit is contained in:
Georges Dupéron 2017-07-12 15:49:40 +02:00
parent a03874e520
commit e1f3c3daa6

View File

@ -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,
//