Skip to content

Commit

Permalink
Change mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 27, 2023
1 parent 2c4494b commit 462a9e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/_includes/mathjax.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
src="/just-the-docs-tests/assets/js/mathjax-script-type.js">
</script>

<!-- MathJax Config -->
<script type="text/javascript" defer
src="/just-the-docs-tests/assets/js/mathjax-config.js">
</script>

<!-- Copied from https://docs.mathjax.org/en/latest/web/components/combined.html -->
<script type="text/javascript" id="MathJax-script" defer
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
Expand Down
5 changes: 5 additions & 0 deletions docs/assets/js/mathjax-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
window.MathJax = {
tex: {
tags: 'all'
}
};
5 changes: 0 additions & 5 deletions docs/assets/js/mathjax-script-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ MathJax = {
}, '']
}
}
};
window.MathJax = {
tex: {
tags: 'all'
}
};

0 comments on commit 462a9e4

Please sign in to comment.