[Snippets] Add newly added snippets

This commit is contained in:
2025-10-09 21:17:11 +02:00
parent b3e4c31aad
commit 3c08b71cfe

View File

@@ -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": [