Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'collections/index.html')
-rw-r--r--collections/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/collections/index.html b/collections/index.html
index 4624eb9..55a5156 100644
--- a/collections/index.html
+++ b/collections/index.html
@@ -358,6 +358,14 @@
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ showMathMenu: false, //disables context menu
+ tex2jax: {
+ inlineMath: [ ['$','$'], ['\\(','\\)'] ]
+ }
+ });
+</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')