mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 18:11:52 +01:00
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"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"
|
|
}
|
|
} |