Skip to content
Snippets Groups Projects
Commit 6b3e2feb authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Hide MathJax context menu.

parent d6ae4494
No related branches found
No related tags found
No related merge requests found
......@@ -5,20 +5,21 @@
<meta name="author" lang="en" content="{{=response.author}}" />
<meta name="keywords" content="{{=response.keywords}}" />
<meta name="description" content="{{=response.description}}" />
<title>{{=request.application}}</title>
<!-- mathjax library -->
<!-- mathjax library -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
inlineMath: [['$','$']],
displayMath: [['$$','$$']],
processEscapes: true
},
"HTML-CSS": { availableFonts: ["TeX"] }
"HTML-CSS": { availableFonts: ["TeX"] },
showMathMenu: false
});
</script>
{{for el in response.files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment