This commit is contained in:
Jeff Lance 2021-05-05 21:54:35 +02:00
parent 5e3371ed6a
commit 6c6df6ddf1
10 changed files with 77 additions and 76 deletions

View File

@ -1,16 +1,17 @@
{
"name" : "Solution" ,
"tag" : [
"% Solution",
"\begin{solution}",
" %<•%>",
"\end{solution}"
],
"description" : [
"abbrev": "",
"description": [
""
],
"abbrev" : "" ,
"trigger" : "" ,
"menu" : "" ,
"shortcut" : "Ctrl+Shift+F6"
"formatVersion": 1,
"menu": "",
"name": "Python",
"shortcut": "Ctrl+F8",
"tag": [
"% code python",
"\\begin{python}",
"",
"\\end{python}"
],
"trigger": ""
}

View File

@ -1,18 +0,0 @@
{
"name" : "Slide de cours" ,
"tag" : [
"% Frame",
"\begin{frame}",
" \ftitre",
" ",
" %<•%>",
"\end{frame}"
],
"description" : [
""
],
"abbrev" : "" ,
"trigger" : "" ,
"menu" : "" ,
"shortcut" : "Ctrl+F7"
}

View File

@ -5,13 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Exercice",
"shortcut": "Ctrl+F3",
"name": "Définiton",
"shortcut": "",
"tag": [
"% exercice",
"\\begin{exercice}",
"",
"\\end{exercice}"
"% définition",
"\\begin{definition}[]",
"\t",
"\\end{definition}"
],
"trigger": ""
}

View File

@ -5,13 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Questions",
"shortcut": "Ctrl+F4",
"name": "Propriété",
"shortcut": "",
"tag": [
"% questions",
"\\begin{questions}",
"",
"\\end{questions}"
"% propriété",
"\\begin{propriete}[]",
"\t",
"\\end{propriete}"
],
"trigger": ""
}

View File

@ -5,13 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Solution",
"shortcut": "Ctrl+F5",
"name": "Exemple",
"shortcut": "",
"tag": [
"% solution",
"\\begin{solution}",
"\t",
"\\end{solution}"
"% exemple",
"\\begin{exemple}",
"",
"\\end{exercice}"
],
"trigger": ""
}

View File

@ -5,10 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Vide",
"shortcut": "Ctrl+F6",
"name": "Exercice",
"shortcut": "Ctrl+F3",
"tag": [
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
"% exercice",
"\\begin{exercice}",
"",
"\\end{exercice}"
],
"trigger": ""
}

View File

@ -5,10 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Python inline",
"shortcut": "Ctrl+F7",
"name": "Questions",
"shortcut": "Ctrl+F4",
"tag": [
"\\pythoninline//"
"% questions",
"\\begin{questions}",
"",
"\\end{questions}"
],
"trigger": ""
}

View File

@ -5,13 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Python",
"shortcut": "Ctrl+F8",
"name": "Solution",
"shortcut": "Ctrl+F5",
"tag": [
"% code python",
"\\begin{python}",
"",
"\\end{python}"
"% solution",
"\\begin{solution}",
"\t",
"\\end{solution}"
],
"trigger": ""
}

View File

@ -0,0 +1,14 @@
{
"abbrev": "",
"description": [
""
],
"formatVersion": 1,
"menu": "",
"name": "Vide",
"shortcut": "Ctrl+F6",
"tag": [
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
],
"trigger": ""
}

View File

@ -1,16 +1,14 @@
{
"name" : "Questions" ,
"tag" : [
"% Questions",
"\begin{questions}",
" %<•%>",
"\end{questions}"
],
"description" : [
"abbrev": "",
"description": [
""
],
"abbrev" : "" ,
"trigger" : "" ,
"menu" : "" ,
"shortcut" : "Ctrl+F6"
"formatVersion": 1,
"menu": "",
"name": "Python inline",
"shortcut": "Ctrl+F7",
"tag": [
"\\pythoninline//"
],
"trigger": ""
}