Add modeling thought
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 30s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
2025-01-04 18:57:20 -05:00
parent 821d460e9a
commit 36d56abc70
2 changed files with 76 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline
},
macros: {
vect: ["\\boldsymbol{#1}", 1]
},
chtml: {
scale: 1.2
}