Something something LaTeX snippet something
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 34s Details

This commit is contained in:
Yannick Reiß 2024-09-15 18:48:40 +02:00
parent ea3acd437a
commit 06cbad6b53
1 changed files with 0 additions and 21 deletions

View File

@ -487,27 +487,6 @@ snippet \0 "Add another Backslash" iA
\\\\
endsnippet
snippet bibbook "Add a new book/journal/paper reference" b
\\bibitem{${1:Reference_name}}
${2:Author}. (${3:2023}) \`${4:Title}'. ${5:Extension} `!p
if t[6] == "":
snip.rv = ""
elif "-" in t[6]:
snip.rv = "Seiten "
else:
snip.rv = "Seite"
`$6`!p
if t[6] == "":
snip.rv = ""
else:
snip.rv = "."`
$0
endsnippet
snippet cc "Cite" i
\\cite{$1}$0
endsnippet
snippet setenv "Set Environment around Text" b
\\begin{$1}
${VISUAL}