Update
This commit is contained in:
9
snippets/typst-ts-mode/theorem
Normal file
9
snippets/typst-ts-mode/theorem
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Theorem
|
||||
# key: #thm
|
||||
# condition: (and (not (texmathp)) (quote auto))
|
||||
# group: math
|
||||
# --
|
||||
#theorem()[
|
||||
$0
|
||||
]
|
||||
Reference in New Issue
Block a user