commit 0312b8ffa9be97cab5fa5e114ce9d77e5d70a946
parent 1f013d76b32f7ef6f7b95cb05cef99cb257b474b
Author: Davide P. Cervone <dpvc@union.edu>
Date: Wed, 30 Oct 2013 10:04:09 -0700
Merge pull request #645 from fred-wang/issue639
Add the matchFontHeight options to unpacked/config/default.js #639
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git 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