[Snippets] Add newly added snippets
This commit is contained in:
@@ -53,6 +53,15 @@
|
|||||||
},
|
},
|
||||||
"Important Remarks": {
|
"Important Remarks": {
|
||||||
"prefix": "remarks",
|
"prefix": "remarks",
|
||||||
|
"body": [
|
||||||
|
"\\begin{remark}[]{$1}",
|
||||||
|
"\t$2",
|
||||||
|
"\\end{remark}"
|
||||||
|
],
|
||||||
|
"description": "Inserts a tcolorbox to provide remarks (green), but here numbered"
|
||||||
|
},
|
||||||
|
"Remark (numbered)": {
|
||||||
|
"prefix": "remark",
|
||||||
"body": [
|
"body": [
|
||||||
"\\begin{remarks}[]{$1}",
|
"\\begin{remarks}[]{$1}",
|
||||||
"\t$2",
|
"\t$2",
|
||||||
@@ -87,6 +96,15 @@
|
|||||||
],
|
],
|
||||||
"description": "Inserts a tcolorbox to inform about restrictions"
|
"description": "Inserts a tcolorbox to inform about restrictions"
|
||||||
},
|
},
|
||||||
|
"Intuition": {
|
||||||
|
"prefix": "restrictions",
|
||||||
|
"body": [
|
||||||
|
"\\begin{intuition}[]{$1}",
|
||||||
|
"\t$2",
|
||||||
|
"\\end{intuition}"
|
||||||
|
],
|
||||||
|
"description": "Tcolorbox to highlight sections about intuition"
|
||||||
|
},
|
||||||
"Limitations": {
|
"Limitations": {
|
||||||
"prefix": "limitations",
|
"prefix": "limitations",
|
||||||
"body": [
|
"body": [
|
||||||
|
Reference in New Issue
Block a user