update latex presets

This commit is contained in:
Marco Thomas
2022-09-01 17:16:06 +02:00
parent 87a110fa40
commit 82122bd607
5 changed files with 18 additions and 144 deletions

View File

@@ -9,6 +9,8 @@
"",
"% \\bibliography{bibliography}",
"",
"% don't forget to relaunch nvim :>",
"",
"\\begin{document}",
"",
"\\maketitle",
@@ -32,6 +34,8 @@
"\\subtitle{$2}",
"\\author{Marco Thomas}",
"",
"% don't forget to relaunch nvim :>",
"",
"\\begin{document}",
"",
"\\maketitle",
@@ -87,5 +91,17 @@
"prefix": "paragraph",
"body": ["\\paragraph{$1}"],
"description": "Insert a new paragraph"
},
"columns": {
"prefix": "columns",
"body": [
"\\begin{columns}",
" \\begin{column}{0.5\\textwidth}",
" \\end{column}",
" \\begin{column}{0.5\\textwidth}",
" \\end{column}",
"\\end{columns}"
],
"description": "Create columns env in a slide"
}
}