This commit is contained in:
2024-10-22 18:13:55 +08:00
commit b9352b8595
49 changed files with 1707 additions and 0 deletions

View 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>