update
This commit is contained in:
parent
5e3371ed6a
commit
6c6df6ddf1
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"name" : "Slide de cours" ,
|
|
||||||
"tag" : [
|
|
||||||
"% Frame",
|
|
||||||
"\begin{frame}",
|
|
||||||
" \ftitre",
|
|
||||||
" ",
|
|
||||||
" %<•%>",
|
|
||||||
"\end{frame}"
|
|
||||||
],
|
|
||||||
"description" : [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"abbrev" : "" ,
|
|
||||||
"trigger" : "" ,
|
|
||||||
"menu" : "" ,
|
|
||||||
"shortcut" : "Ctrl+F7"
|
|
||||||
}
|
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
||||||
|
14
conf.d/texstudio/macro/Macro_8.txsMacro
Normal file
14
conf.d/texstudio/macro/Macro_8.txsMacro
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"abbrev": "",
|
||||||
|
"description": [
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"formatVersion": 1,
|
||||||
|
"menu": "",
|
||||||
|
"name": "Vide",
|
||||||
|
"shortcut": "Ctrl+F6",
|
||||||
|
"tag": [
|
||||||
|
"|\\fbox{\\phantom{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX}}|"
|
||||||
|
],
|
||||||
|
"trigger": ""
|
||||||
|
}
|
@ -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"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user