source:
tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/partials/mathjax.html
@
17397
Last change on this file since 17397 was 16971, checked in by , 2 years ago | |
---|---|
File size: 306 bytes |
Line | |
---|---|
1 | <!-- Include MathJax library --> |
2 | <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> |
3 | <script type="text/x-mathjax-config"> |
4 | MathJax.Hub.Config({ |
5 | tex2jax: { |
6 | inlineMath: [['$','$'], ['\\(','\\)']]} |
7 | }); |
8 | </script> |
Note: See TracBrowser for help on using the repository browser.