Macros and other stuff

This commit is contained in:
afonsofrancof 2022-10-21 17:44:35 +01:00
parent f6fd02ee65
commit fd6a14f5e6
3 changed files with 44 additions and 37 deletions

View file

@ -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