@@ -689,7 +689,7 @@ MathJax.Hub.Config({
689
689
// EqChunkDelay is the time (in milliseconds) to delay between chunks
690
690
// (to allow the browser to respond to other user interaction).
691
691
//
692
- // Set EqnChunk to 1, EqnChunkFactor to 1, and EwnChunkDelay to 10 to get
692
+ // Set EqnChunk to 1, EqnChunkFactor to 1, and EqnChunkDelay to 10 to get
693
693
// the behavior from MathJax v1.1 and below.
694
694
//
695
695
EqnChunk : 50 ,
@@ -838,7 +838,7 @@ MathJax.Hub.Config({
838
838
839
839
//
840
840
// This controls whether the MathML structure is retained and CSS
841
- // classes are used to mark the original MathML elements (as in the
841
+ // classes are added to mark the original MathML elements (as in the
842
842
// HTML-CSS output). By default, the SVG output jax removes unneeded
843
843
// nesting in order to produce a more efficient markup, but if you
844
844
// want to use CSS to style the elements as if they were MathML, you
@@ -941,7 +941,7 @@ MathJax.Hub.Config({
941
941
// this long, the menu will appear. (The menu also will appear if you
942
942
// click on the label.) It is in milliseconds.
943
943
//
944
- delay : 400 ,
944
+ delay : 150 ,
945
945
946
946
//
947
947
// This is the URL for the MathJax Help menu item.
@@ -978,6 +978,20 @@ MathJax.Hub.Config({
978
978
styles : { }
979
979
980
980
} ,
981
+
982
+ //============================================================================
983
+ //
984
+ // These parameters control the contextual menus that are available on the
985
+ // mathematics within the page (provided the showMathMenu value is true above).
986
+ //
987
+ MathEvents : {
988
+ //
989
+ // This is the time required for the mouse to be held still over a
990
+ // typeset equation in order for it to count as a hover (used when the
991
+ // zoom trigger is "Hover"). It is in milliseconds.
992
+ //
993
+ hover : 500
994
+ } ,
981
995
982
996
//============================================================================
983
997
//
0 commit comments