Add some macros
This commit is contained in:
parent
70a571d844
commit
99838eff4a
@ -5,13 +5,10 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Python",
|
"name": "Python inline",
|
||||||
"shortcut": "Ctrl+F8",
|
"shortcut": "Ctrl+F7",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% code python",
|
"\\pythoninline//"
|
||||||
"\\begin{python}",
|
|
||||||
"",
|
|
||||||
"\\end{python}"
|
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
17
conf.d/texstudio/macro/Macro_11.txsMacro
Normal file
17
conf.d/texstudio/macro/Macro_11.txsMacro
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"abbrev": "",
|
||||||
|
"description": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"formatVersion": 1,
|
||||||
|
"menu": "",
|
||||||
|
"name": "Python",
|
||||||
|
"shortcut": "Ctrl+F8",
|
||||||
|
"tag": [
|
||||||
|
"% code python",
|
||||||
|
"\\begin{python}",
|
||||||
|
"",
|
||||||
|
"\\end{python}"
|
||||||
|
],
|
||||||
|
"trigger": ""
|
||||||
|
}
|
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name" : "Vide" ,
|
|
||||||
"tag" : [
|
|
||||||
"|\fbox{\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
|
|
||||||
],
|
|
||||||
"description" : [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"abbrev" : "" ,
|
|
||||||
"trigger" : "" ,
|
|
||||||
"menu" : "" ,
|
|
||||||
"shortcut" : "Ctrl+F9"
|
|
||||||
}
|
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Définiton",
|
"name": "Application",
|
||||||
"shortcut": "",
|
"shortcut": "",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% définition",
|
"% application",
|
||||||
"\\begin{definition}[]",
|
"\\begin{application}[]",
|
||||||
"\t",
|
"\t",
|
||||||
"\\end{definition}"
|
"\\end{application}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Propriété",
|
"name": "Définiton",
|
||||||
"shortcut": "",
|
"shortcut": "",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% propriété",
|
"% définition",
|
||||||
"\\begin{propriete}[]",
|
"\\begin{definition}[]",
|
||||||
"\t",
|
"\t",
|
||||||
"\\end{propriete}"
|
"\\end{definition}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Exemple",
|
"name": "Propriété",
|
||||||
"shortcut": "",
|
"shortcut": "",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% exemple",
|
"% propriété",
|
||||||
"\\begin{exemple}",
|
"\\begin{propriete}[]",
|
||||||
"",
|
"\t",
|
||||||
"\\end{exemple}"
|
"\\end{propriete}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Exercice",
|
"name": "Exemple",
|
||||||
"shortcut": "Ctrl+F3",
|
"shortcut": "",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% exercice",
|
"% exemple",
|
||||||
"\\begin{exercice}",
|
"\\begin{exemple}",
|
||||||
"",
|
"",
|
||||||
"\\end{exercice}"
|
"\\end{exemple}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Questions",
|
"name": "Exercice",
|
||||||
"shortcut": "Ctrl+F4",
|
"shortcut": "Ctrl+F3",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% questions",
|
"% exercice",
|
||||||
"\\begin{questions}",
|
"\\begin{exercice}",
|
||||||
"",
|
"",
|
||||||
"\\end{questions}"
|
"\\end{exercice}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Solution",
|
"name": "Questions",
|
||||||
"shortcut": "Ctrl+F5",
|
"shortcut": "Ctrl+F4",
|
||||||
"tag": [
|
"tag": [
|
||||||
"% solution",
|
"% questions",
|
||||||
"\\begin{solution}",
|
"\\begin{questions}",
|
||||||
"\t",
|
"",
|
||||||
"\\end{solution}"
|
"\\end{questions}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,10 +5,13 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Vide",
|
"name": "Solution",
|
||||||
"shortcut": "Ctrl+F6",
|
"shortcut": "Ctrl+F5",
|
||||||
"tag": [
|
"tag": [
|
||||||
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
|
"% solution",
|
||||||
|
"\\begin{solution}",
|
||||||
|
"\t",
|
||||||
|
"\\end{solution}"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
],
|
],
|
||||||
"formatVersion": 1,
|
"formatVersion": 1,
|
||||||
"menu": "",
|
"menu": "",
|
||||||
"name": "Python inline",
|
"name": "Vide",
|
||||||
"shortcut": "Ctrl+F7",
|
"shortcut": "Ctrl+F6",
|
||||||
"tag": [
|
"tag": [
|
||||||
"\\pythoninline//"
|
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
|
||||||
],
|
],
|
||||||
"trigger": ""
|
"trigger": ""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user