snippets: jiggle around appendix

This commit is contained in:
Marco Thomas
2022-12-12 14:35:28 +01:00
parent f327708ae7
commit 5645d1534f

View File

@@ -102,19 +102,19 @@
"\\tableofcontents", "\\tableofcontents",
"\\newpage", "\\newpage",
"", "",
"% glossary, use with \\gls{TERM}; make sure to run `makeglossaries`",
"\\printglossaries",
"",
"% begin here; don't forget to relaunch nvim :>", "% begin here; don't forget to relaunch nvim :>",
"\\section{}", "\\section{}",
"", "",
"% bibliography, cite with \\autocite{}",
"\\printbibliography[heading=bibintoc,title={Quellen}]",
"",
"% optional appendix", "% optional appendix",
"% \\appendix", "% \\appendix",
"% \\section{optional appendix}", "% \\section{optional appendix}",
"", "",
"% glossary, use with \\gls{TERM}; make sure to run `makeglossaries`",
"\\printglossaries",
"",
"% bibliography, cite with \\autocite{}",
"\\printbibliography[heading=bibintoc,title={Quellen}]",
"",
"\\end{document}" "\\end{document}"
], ],
"description": "Preset to create a new notes document" "description": "Preset to create a new notes document"