Add Recipes, Degree Symbol

This commit is contained in:
Nathan Nguyen
2024-10-07 15:44:00 -05:00
parent 4c00994ea0
commit 8b545bf718
7 changed files with 155 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
window.MathJax = {
loader: {load: ['[tex]/physics']},
loader: {load: ['[tex]/physics', '[tex]/gensymb']},
tex: {
inlineMath: [["\\(", "\\)"], ["\\$", "\\$"]],
displayMath: [["\\[", "\\]"]],
processEscapes: true,
processEnvironments: true,
packages: {'[+]': ['physics']}
packages: {'[+]': ['physics', 'gensymb']}
},
options: {
ignoreHtmlClass: ".*|",