nvim: update snippets

This commit is contained in:
Marco Thomas
2022-07-28 12:29:53 +02:00
parent adc650ace3
commit cbc47c0623
3 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"\\title{$1 \\\\\\[0.2em] \\large $2}",
"\\author{Marco Thomas}",
"",
"% \\bibliography{}",
"% \\bibliography{bibliography}",
"",
"\\begin{document}",
"",
@@ -16,6 +16,9 @@
"\\tableofcontents",
"\\newpage",
"",
"\\newpage",
"% \\printbibliography",
"",
"\\end{document}"
],
"description": "Preset to create new notes document"

View File

@@ -16,10 +16,6 @@
\usepackage{xcolor}
\usepackage{color}
%%% bibtex - cite with \autocite{}, will show in footnote
\usepackage[style=verbose-ibid,backend=bibtex]{biblatex}
\usepackage{csquotes}
%%% lorem ipsum text
\usepackage{blindtext}
@@ -66,3 +62,7 @@
\newtheorem{algo}{Algorithmus}[section]
\newtheorem{theorem}{Satz}[section]
\newtheorem*{remark}{Bemerkung}
%%% bibtex - cite with \autocite{}, will show in footnote
\usepackage{csquotes}
\usepackage[style=verbose-trad2]{biblatex}