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" , "abbrev": "",
"tag" : [ "description": [
"% Solution", ""
"\begin{solution}", ],
" %<•%>", "formatVersion": 1,
"\end{solution}" "menu": "",
], "name": "Python",
"description" : [ "shortcut": "Ctrl+F8",
"" "tag": [
], "% code python",
"abbrev" : "" , "\\begin{python}",
"trigger" : "" , "",
"menu" : "" , "\\end{python}"
"shortcut" : "Ctrl+Shift+F6" ],
"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, "formatVersion": 1,
"menu": "", "menu": "",
"name": "Exercice", "name": "Définiton",
"shortcut": "Ctrl+F3", "shortcut": "",
"tag": [ "tag": [
"% exercice", "% définition",
"\\begin{exercice}", "\\begin{definition}[]",
"", "\t",
"\\end{exercice}" "\\end{definition}"
], ],
"trigger": "" "trigger": ""
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,13 @@
], ],
"formatVersion": 1, "formatVersion": 1,
"menu": "", "menu": "",
"name": "Python", "name": "Solution",
"shortcut": "Ctrl+F8", "shortcut": "Ctrl+F5",
"tag": [ "tag": [
"% code python", "% solution",
"\\begin{python}", "\\begin{solution}",
"", "\t",
"\\end{python}" "\\end{solution}"
], ],
"trigger": "" "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" , "abbrev": "",
"tag" : [ "description": [
"% Questions", ""
"\begin{questions}", ],
" %<•%>", "formatVersion": 1,
"\end{questions}" "menu": "",
], "name": "Python inline",
"description" : [ "shortcut": "Ctrl+F7",
"" "tag": [
], "\\pythoninline//"
"abbrev" : "" , ],
"trigger" : "" , "trigger": ""
"menu" : "" ,
"shortcut" : "Ctrl+F6"
} }