[Snippets] Add newly added snippets
This commit is contained in:
@@ -53,6 +53,15 @@
|
||||
},
|
||||
"Important 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": [
|
||||
"\\begin{remarks}[]{$1}",
|
||||
"\t$2",
|
||||
@@ -87,6 +96,15 @@
|
||||
],
|
||||
"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": {
|
||||
"prefix": "limitations",
|
||||
"body": [
|
||||
|
Reference in New Issue
Block a user