File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -702,6 +702,10 @@ MathJax.Hub.Config({
702
702
EqnChunkFactor : 1.5 ,
703
703
EqnChunkDelay : 100 ,
704
704
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
+
705
709
//
706
710
// These settings control automatic line breaking. It is off by
707
711
// default, so only explicit line breaks are performed (via
@@ -781,6 +785,10 @@ MathJax.Hub.Config({
781
785
//
782
786
minScaleAdjust : 50 ,
783
787
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
+
784
792
//
785
793
// This allows you to define or modify the styles used to display
786
794
// various math elements created by MathJax.
@@ -874,6 +882,10 @@ MathJax.Hub.Config({
874
882
EqnChunkFactor : 1.5 ,
875
883
EqnChunkDelay : 100 ,
876
884
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
+
877
889
//
878
890
// These settings control automatic line breaking. It is off by
879
891
// default, so only explicit line breaks are performed (via
You can’t perform that action at this time.
0 commit comments