[Snippets] Add new snippet
This commit is contained in:
parent
877b59d5c5
commit
982b467cb0
@ -231,6 +231,15 @@
|
|||||||
],
|
],
|
||||||
"description": "Inserts a tcolorbox for general purposes. First bracket is title, second one is second title, third one colour"
|
"description": "Inserts a tcolorbox for general purposes. First bracket is title, second one is second title, third one colour"
|
||||||
},
|
},
|
||||||
|
"Simple-Tcolorbox": {
|
||||||
|
"prefix": "simple-tcb",
|
||||||
|
"body": [
|
||||||
|
"\\begin{simplebox}[]{${1|red,green,blue,cyan,magenta,yellow,black,gray,white,darkgray,lightgray,brown,lime,olive,orange,pink,purple,teal,violet|}}",
|
||||||
|
"\t$2",
|
||||||
|
"\\end{simplebox}"
|
||||||
|
],
|
||||||
|
"description": "Inserts a simple tcolorbox. No title, first argument the colour colour"
|
||||||
|
},
|
||||||
"Derivative": {
|
"Derivative": {
|
||||||
"prefix": "derivative",
|
"prefix": "derivative",
|
||||||
"body": [
|
"body": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user