Add some macros

This commit is contained in:
Jeff Lance 2022-01-06 20:05:56 +01:00
parent 70a571d844
commit 99838eff4a
11 changed files with 58 additions and 54 deletions

View File

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

View File

@ -0,0 +1,17 @@
{
"abbrev": "",
"description": [
""
],
"formatVersion": 1,
"menu": "",
"name": "Python",
"shortcut": "Ctrl+F8",
"tag": [
"% code python",
"\\begin{python}",
"",
"\\end{python}"
],
"trigger": ""
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,13 +5,13 @@
],
"formatVersion": 1,
"menu": "",
"name": "Questions",
"shortcut": "Ctrl+F4",
"name": "Exercice",
"shortcut": "Ctrl+F3",
"tag": [
"% questions",
"\\begin{questions}",
"% exercice",
"\\begin{exercice}",
"",
"\\end{questions}"
"\\end{exercice}"
],
"trigger": ""
}

View File

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

View File

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

View File

@ -5,10 +5,10 @@
],
"formatVersion": 1,
"menu": "",
"name": "Python inline",
"shortcut": "Ctrl+F7",
"name": "Vide",
"shortcut": "Ctrl+F6",
"tag": [
"\\pythoninline//"
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
],
"trigger": ""
}