Macros and other stuff
This commit is contained in:
parent
f6fd02ee65
commit
fd6a14f5e6
3 changed files with 44 additions and 37 deletions
|
@ -33,4 +33,12 @@ snippet split "Add CP split"
|
|||
\langle $1 \rangle
|
||||
endsnippet
|
||||
|
||||
snippet diagram "Create diagram template"
|
||||
\xymatrix{
|
||||
$1
|
||||
}
|
||||
endsnippet
|
||||
|
||||
snippet arrow "Create arrow in diagram"
|
||||
\ar[${1:direction}]^{${2:functions}}
|
||||
endsnippet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue