From 739460696376cf027e01ac32d1f8345ccbe64f80 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 9 Oct 2025 21:29:39 +0200 Subject: [PATCH] [Snippets] Add snippet for new tcbox --- vscode-snippets/tex.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vscode-snippets/tex.json b/vscode-snippets/tex.json index 43631b2..eb13061 100755 --- a/vscode-snippets/tex.json +++ b/vscode-snippets/tex.json @@ -96,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": [