Codium config

This commit is contained in:
2025-02-23 14:06:33 +01:00
parent 99e98b1766
commit 957e7395ce
4 changed files with 357 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"Centered figure": {
"prefix": [ "\\figure" ],
"body": [
"\\begin{figure}[H]",
"\t\\centering",
"\t\\includegraphics[width=$2\\linewidth]{$1}",
"\t\\caption{",
"\t\t\\parbox[t]{$2\\linewidth}{$3}",
"\t}",
"\\end{figure}",
],
"description": "Centered figure"
}
}