2017-12-05 08:54:17 +00:00
|
|
|
{
|
2018-01-07 13:44:53 +00:00
|
|
|
// "begin-end": {
|
|
|
|
// "prefix": "\\begin",
|
|
|
|
// "body": [
|
|
|
|
// "\\begin{${1:displaymath}}",
|
|
|
|
// "\t$0",
|
|
|
|
// "\\end{$1}"
|
|
|
|
// ],
|
|
|
|
// "description": "A Begin/End Block"
|
|
|
|
// },
|
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",
|
|
|
|
"\t\\includegraphics{$1}",
|
|
|
|
"\t\\label{fig:$2}",
|
|
|
|
"\t\\caption{$0}",
|
|
|
|
"\\end{figure}"
|
|
|
|
],
|
|
|
|
"description": "The figure environment"
|
|
|
|
}
|
|
|
|
}
|