diff --git a/.vscode/latex.code-snippets b/.vscode/latex.code-snippets index 5b9c4f6..7617245 100644 --- a/.vscode/latex.code-snippets +++ b/.vscode/latex.code-snippets @@ -92,7 +92,7 @@ "body": "\\autocite[vgl.][${2:page}]{${1:bibentry}}" }, - "chapter": { + "chapter": { "scope": "latex", "prefix": "chap", "body": [ @@ -101,6 +101,12 @@ ] }, + "citeauthor": { + "scope": "latex", + "prefix": "ca", + "body": "\\textit{\\citeauthor{$1}}" + }, + "section": { "scope": "latex", "prefix": "sec",