init
This commit is contained in:
11
layouts/partials/custom/head-end.html
Normal file
11
layouts/partials/custom/head-end.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
||||
<script>
|
||||
MathJax = {
|
||||
loader: {load: ['[tex]/color', '[tex]/physics']},
|
||||
tex: {
|
||||
displayMath: [['\\[', '\\]'], ['$$', '$$']],
|
||||
inlineMath: [['$', '$']],
|
||||
packages: {'[+]': ['color', 'physics']}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user