Add the matchFontHeight options to unpacked/config/default.js #639

This commit is contained in:
Frédéric Wang 2013-10-30 15:22:50 +01:00
parent 6448c0ce91
commit 3e36fd81d0

View File

@ -702,6 +702,10 @@ MathJax.Hub.Config({
EqnChunkFactor: 1.5, EqnChunkFactor: 1.5,
EqnChunkDelay: 100, 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 // These settings control automatic line breaking. It is off by
// default, so only explicit line breaks are performed (via // default, so only explicit line breaks are performed (via
@ -781,6 +785,10 @@ MathJax.Hub.Config({
// //
minScaleAdjust: 50, 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 // This allows you to define or modify the styles used to display
// various math elements created by MathJax. // various math elements created by MathJax.
@ -874,6 +882,10 @@ MathJax.Hub.Config({
EqnChunkFactor: 1.5, EqnChunkFactor: 1.5,
EqnChunkDelay: 100, 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 // These settings control automatic line breaking. It is off by
// default, so only explicit line breaks are performed (via // default, so only explicit line breaks are performed (via