2017-12-05 08:54:17 +00:00
|
|
|
{
|
|
|
|
"environment_tikz": {
|
|
|
|
"prefix": "environment_tikz",
|
|
|
|
"body": [
|
|
|
|
"\\begin{figure}[h!]",
|
|
|
|
"\t\\begin{center}",
|
|
|
|
"\t\t\\begin{tikzpicture}[scale=1]",
|
|
|
|
"\t\t\t$0",
|
|
|
|
"\t\t\\end{tikzpicture}",
|
|
|
|
"\t\\caption{$1}",
|
|
|
|
"\t\\end{center}",
|
|
|
|
"\t\\label{fig:$2}",
|
|
|
|
"\\end{figure}"
|
|
|
|
],
|
|
|
|
"description": "The \"TeX Ist Kein Zeichnprogram\" environment\nNeeds \\usepackage{tikz}"
|
|
|
|
},
|
|
|
|
"environment_figure": {
|
|
|
|
"prefix": "environment_figure",
|
|
|
|
"body": [
|
|
|
|
"\\begin{figure}[]",
|
|
|
|
"\t\\centering",
|
2019-01-07 15:33:27 +00:00
|
|
|
"\t\\includegraphics{$1}",
|
|
|
|
"\t\\caption{$0}",
|
|
|
|
"\t\\label{fig:$2}",
|
2017-12-05 08:54:17 +00:00
|
|
|
"\\end{figure}"
|
|
|
|
],
|
|
|
|
"description": "The figure environment"
|
|
|
|
}
|
|
|
|
}
|