update
This commit is contained in:
parent
5e3371ed6a
commit
6c6df6ddf1
@ -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": ""
|
||||
}
|
||||
|
@ -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,
|
||||
"menu": "",
|
||||
"name": "Exercice",
|
||||
"shortcut": "Ctrl+F3",
|
||||
"name": "Définiton",
|
||||
"shortcut": "",
|
||||
"tag": [
|
||||
"% exercice",
|
||||
"\\begin{exercice}",
|
||||
"",
|
||||
"\\end{exercice}"
|
||||
"% définition",
|
||||
"\\begin{definition}[]",
|
||||
"\t",
|
||||
"\\end{definition}"
|
||||
],
|
||||
"trigger": ""
|
||||
}
|
||||
|
@ -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": ""
|
||||
}
|
||||
|
@ -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": ""
|
||||
}
|
||||
|
@ -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": ""
|
||||
}
|
||||
|
@ -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": ""
|
||||
}
|
||||
|
@ -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": ""
|
||||
}
|
||||
|
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" ,
|
||||
"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": ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user