forked from viennet/Referentiels
Fix: Menu contextuel MathJax désactivé
This commit is contained in:
parent
c4be452682
commit
bf8c20da5a
@ -18,8 +18,12 @@ $("document").ready(function() {
|
||||
});
|
||||
|
||||
// Permet l'affichage du LaTeX avec comme balise délimiteur "$"
|
||||
// Le menu contextuel de MathJax a été désactivé
|
||||
MathJax = {
|
||||
tex: {
|
||||
inlineMath: [['$', '$']]
|
||||
},
|
||||
options: {
|
||||
enableMenu: false
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user