Added bornological spaces.

This commit is contained in:
Bokuan Li
2026-05-02 15:59:03 -04:00
parent dcf11fb978
commit 1e53581113
8 changed files with 82 additions and 22 deletions

View File

@@ -137,6 +137,11 @@
"prefix": "cal",
"body": ["\\mathcal{$1}$0"]
},
"Mathscr": {
"scope": "latex",
"prefix": "scr",
"body": ["\\mathscr{$1}$0"]
},
"Mathfrak": {
"scope": "latex",
"prefix": "fk",