nvim: update typst notes snippets
This commit is contained in:
parent
943483b0d4
commit
4a1cc979e1
@ -26,7 +26,7 @@ snippet sfd "template for lecture notes" bi
|
|||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet chem "template for chemistry notes" bi
|
snippet chem "template for chemistry notes" bi
|
||||||
#import "/templates/chem.typ": template, lref, chem
|
#import "/templates/chem.typ": template, lref, chem, gaz, liq, sol, aq
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
title: "$1",
|
title: "$1",
|
||||||
)
|
)
|
||||||
@ -73,6 +73,14 @@ snippet math_prob "template for math problems" bi
|
|||||||
|
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet math_notes "template for math notes" bi
|
||||||
|
#import "/templates/math_notes.typ": template, lref
|
||||||
|
#show: template.with(
|
||||||
|
title: "$1",
|
||||||
|
)
|
||||||
|
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet proj "template for project documents" bi
|
snippet proj "template for project documents" bi
|
||||||
#import "/templates/proj.typ": template, lref
|
#import "/templates/proj.typ": template, lref
|
||||||
#show: template.with(
|
#show: template.with(
|
||||||
|
Loading…
Reference in New Issue
Block a user