9 lines
293 B
JSON
9 lines
293 B
JSON
{
|
|
"Insert Figure": {
|
|
"scope": "latex",
|
|
"prefix": "\\fig",
|
|
"body":"\\begin{figure}\n\\centering\n\includegraphics[width=1\\linewidth]{${1:fig_path}}\n\\caption{${2:caption}}\n\label{fig:${3:label}}\n\\end{figure}",
|
|
"description": "Inserts a figure",
|
|
}
|
|
}
|