Skip to content

Commit fec1d3c

Browse files
committed
feat: add more snippets
1 parent 4900599 commit fec1d3c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

snippets/latex.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,20 @@
88
"prefix": "bV",
99
"body": "\\begin{verbatim}\n$0\n\\end{verbatim}",
1010
"description": "verbatim environment"
11+
},
12+
"frame": {
13+
"prefix": "bF",
14+
"body": "\\begin{frame}\n\t\\frametitle{${1:<title>}}\n\t${0:${TM_SELECTED_TEXT}}\n\\end{frame}",
15+
"description": "frame environment"
16+
},
17+
"column": {
18+
"prefix": "bC",
19+
"body": "\\begin{columns}\n\\column{0.5\\textwidth}\n${1}\n\\column{0.5\\textwidth}\n${0}\n\\end{columns}",
20+
"description": "two columns environment"
21+
},
22+
"graphics": {
23+
"prefix": "iG",
24+
"body": "\\centering\n\\includegraphics[width=.8\\textwidth]{${0}}",
25+
"description": "include graphics"
1126
}
1227
}

0 commit comments

Comments
 (0)