Add mail snippet

This commit is contained in:
2024-05-13 13:03:07 +02:00
parent e539bb663d
commit 290fcc1aff
2 changed files with 36 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ snippet img "Images"
\\centering
\\includegraphics[width=${2:0.8}\\linewidth]{${3}}
\\caption{${4:Abbildung}}
\\label{img:`!p snip.rv = t[4].lower().replace(" ", "_")`}
\\end{figure}
$0
endsnippet