Spellchecker

This commit is contained in:
Nathan Nguyen
2024-12-06 12:48:11 -06:00
parent ac4e2030c1
commit bb7fc5f6e8
24 changed files with 139 additions and 113 deletions

25
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"cSpell.words": [
// TeX
"infty",
"mathbb",
"mathcal",
"stackrel",
"vmatrix",
// Vocab - Math
"subring",
"subrings",
"monic",
"Noetherian",
"abelian",
"indeterminates",
"infimum",
"supremum",
"Wronskian",
// Vocab - Physics
"Magnetostatic",
"Magnetostatics"
]
}