diff --git a/src/.config/nvim/ultisnips/typst.snippets b/src/.config/nvim/ultisnips/typst.snippets index a16c25b..dc6f9f5 100644 --- a/src/.config/nvim/ultisnips/typst.snippets +++ b/src/.config/nvim/ultisnips/typst.snippets @@ -26,7 +26,7 @@ snippet sfd "template for lecture notes" bi endsnippet 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( title: "$1", ) @@ -73,6 +73,14 @@ snippet math_prob "template for math problems" bi 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 #import "/templates/proj.typ": template, lref #show: template.with(