From 3e36fd81d04d316f1475666e849e9c53db51a2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 30 Oct 2013 15:22:50 +0100 Subject: [PATCH] Add the matchFontHeight options to unpacked/config/default.js #639 --- unpacked/config/default.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/unpacked/config/default.js b/unpacked/config/default.js index cc96375ab..44fad8e39 100644 --- a/unpacked/config/default.js +++ b/unpacked/config/default.js @@ -702,6 +702,10 @@ MathJax.Hub.Config({ EqnChunkFactor: 1.5, EqnChunkDelay: 100, + // This option indicates whether MathJax should try to correct the + // x-height of equations to match the size of the surrounding text. + matchFontHeight: true, + // // These settings control automatic line breaking. It is off by // default, so only explicit line breaks are performed (via @@ -781,6 +785,10 @@ MathJax.Hub.Config({ // minScaleAdjust: 50, + // This option indicates whether MathJax should try to correct the + // x-height of equations to match the size of the surrounding text. + matchFontHeight: true, + // // This allows you to define or modify the styles used to display // various math elements created by MathJax. @@ -874,6 +882,10 @@ MathJax.Hub.Config({ EqnChunkFactor: 1.5, EqnChunkDelay: 100, + // This option indicates whether MathJax should try to correct the + // x-height of equations to match the size of the surrounding text. + matchFontHeight: true, + // // These settings control automatic line breaking. It is off by // default, so only explicit line breaks are performed (via