remove mathjax autocollapse feature

This commit is contained in:
DawoudSheraz
2019-04-23 12:33:54 +05:00
parent d378260d48
commit 0a690c31a3
3 changed files with 7 additions and 3 deletions

View File

@@ -56,7 +56,10 @@
// When upgrading to 2.6, check if this variable name changed. // When upgrading to 2.6, check if this variable name changed.
window.MathJax = { window.MathJax = {
menuSettings: { menuSettings: {
CHTMLpreview: false CHTMLpreview: false,
collapsible: true,
autocollapse: false,
explorer: true
} }
}; };
}; };
@@ -258,6 +261,7 @@
] ]
} }
}); });
// In order to eliminate all flashing during interactive // In order to eliminate all flashing during interactive
// preview, it is necessary to set processSectionDelay to 0 // preview, it is necessary to set processSectionDelay to 0
// (remove delay between input and output phases). This // (remove delay between input and output phases). This

View File

@@ -46,7 +46,7 @@ if (typeof MathJax === 'undefined') {
window.MathJax = { window.MathJax = {
menuSettings: { menuSettings: {
collapsible: true, collapsible: true,
autocollapse: true, autocollapse: false,
explorer: true explorer: true
} }
}; };

View File

@@ -80,7 +80,7 @@
window.MathJax = { window.MathJax = {
menuSettings: { menuSettings: {
collapsible: true, collapsible: true,
autocollapse: true, autocollapse: false,
explorer: true explorer: true
} }
}; };