From e1f3c3daa69303a9bb43fdf9ba53f2abce27525b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Wed, 12 Jul 2017 15:49:40 +0200
Subject: [PATCH] Use noReflows: false for higher quality (albeit slower) math
 rendering.

---
 MathJax/config/default.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathJax/config/default.js b/MathJax/config/default.js
index 6f62e5a83..d52346e51 100644
--- a/MathJax/config/default.js
+++ b/MathJax/config/default.js
@@ -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,
 
     
     //