aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/global.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/global.html')
-rwxr-xr-xdocs/_layouts/global.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 33525953ac..b65686c0b1 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -195,4 +195,17 @@
</script>
</body>
+ <!-- MathJax Section -->
+ <script type="text/javascript"
+ src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script>
+ MathJax.Hub.Config({
+ tex2jax: {
+ inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
+ displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
+ processEscapes: true,
+ skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
+ }
+ });
+ </script>
</html>