update latex presets
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user