#37 added snippet for \citeauthor
This commit is contained in:
parent
8f8d54a2f1
commit
8f2f0ac088
8
.vscode/latex.code-snippets
vendored
8
.vscode/latex.code-snippets
vendored
|
@ -92,7 +92,7 @@
|
||||||
"body": "\\autocite[vgl.][${2:page}]{${1:bibentry}}"
|
"body": "\\autocite[vgl.][${2:page}]{${1:bibentry}}"
|
||||||
},
|
},
|
||||||
|
|
||||||
"chapter": {
|
"chapter": {
|
||||||
"scope": "latex",
|
"scope": "latex",
|
||||||
"prefix": "chap",
|
"prefix": "chap",
|
||||||
"body": [
|
"body": [
|
||||||
|
@ -101,6 +101,12 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"citeauthor": {
|
||||||
|
"scope": "latex",
|
||||||
|
"prefix": "ca",
|
||||||
|
"body": "\\textit{\\citeauthor{$1}}"
|
||||||
|
},
|
||||||
|
|
||||||
"section": {
|
"section": {
|
||||||
"scope": "latex",
|
"scope": "latex",
|
||||||
"prefix": "sec",
|
"prefix": "sec",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user