Recent progress.
This commit is contained in:
10
.vscode/project.code-snippets
vendored
10
.vscode/project.code-snippets
vendored
@@ -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)"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user