Added facts about vector measures.

This commit is contained in:
Bokuan Li
2026-03-15 19:30:28 -04:00
parent 2e160500cc
commit b5126e965b
16 changed files with 568 additions and 41 deletions

View File

@@ -60,6 +60,17 @@
"$0"
]
},
"Corollary Block": {
"scope": "latex",
"prefix": "cor",
"body": [
"\\begin{corollary}",
"\\label{corollary:$1}",
" $2",
"\\end{corollary}",
"$0"
]
},
"Proof Block": {
"scope": "latex",
"prefix": "proof",