Recent progress.

This commit is contained in:
Bokuan Li
2026-04-21 13:21:01 -04:00
parent 7f2667580b
commit 63e4ec2923
11 changed files with 533 additions and 13 deletions

View File

@@ -126,6 +126,11 @@
"prefix": "cal",
"body": ["\\mathcal{$1}$0"]
},
"Mathscr": {
"scope": "latex",
"prefix": "scr",
"body": ["\\mathscr{$1}$0"]
},
"Mathfrak": {
"scope": "latex",
"prefix": "fk",
@@ -160,5 +165,10 @@
"scope": "latex",
"prefix": "filt",
"body": ["$\\bracs{\\mathcal{F}_t}$"]
},
"Path Space": {
"scope": "latex",
"prefix": "path",
"body": ["C([0, \\infty); \\real^d)"]
}
}