Feat: exercise template

This commit is contained in:
Bertrand Benjamin 2022-01-17 07:14:25 +01:00
parent ea12f5ba70
commit f6a7fe0563
1 changed files with 10 additions and 0 deletions

View File

@ -81,5 +81,15 @@
"\\\\end{multicols}"
],
"description": "multicols"
},
"exercise": {
"prefix": "exercise",
"body": [
"\\\\begin{exercise}[subtitle={${1:subtitle}}, step={${2:1}}, origin={${3:Création}}, topics={${4:chapitre}}, tags={${5:tags}}, mode={${5:groupe}}]",
"\t$0",
"\\\\end{exercise}"
],
"description": "exercise xsim"
}
}