Skip to content

Commit 0312b8f

Browse files
committed
Merge pull request #645 from fred-wang/issue639
Add the matchFontHeight options to unpacked/config/default.js #639
2 parents 1f013d7 + 3e36fd8 commit 0312b8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

unpacked/config/default.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,10 @@ MathJax.Hub.Config({
702702
EqnChunkFactor: 1.5,
703703
EqnChunkDelay: 100,
704704

705+
// This option indicates whether MathJax should try to correct the
706+
// x-height of equations to match the size of the surrounding text.
707+
matchFontHeight: true,
708+
705709
//
706710
// These settings control automatic line breaking. It is off by
707711
// default, so only explicit line breaks are performed (via
@@ -781,6 +785,10 @@ MathJax.Hub.Config({
781785
//
782786
minScaleAdjust: 50,
783787

788+
// This option indicates whether MathJax should try to correct the
789+
// x-height of equations to match the size of the surrounding text.
790+
matchFontHeight: true,
791+
784792
//
785793
// This allows you to define or modify the styles used to display
786794
// various math elements created by MathJax.
@@ -874,6 +882,10 @@ MathJax.Hub.Config({
874882
EqnChunkFactor: 1.5,
875883
EqnChunkDelay: 100,
876884

885+
// This option indicates whether MathJax should try to correct the
886+
// x-height of equations to match the size of the surrounding text.
887+
matchFontHeight: true,
888+
877889
//
878890
// These settings control automatic line breaking. It is off by
879891
// default, so only explicit line breaks are performed (via

0 commit comments

Comments
 (0)