Add a new remark environment

This commit is contained in:
2025-09-22 13:14:11 +02:00
parent 907d5009a7
commit 582a0275a4
2 changed files with 19 additions and 0 deletions

View File

@@ -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",