We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4900599 commit fec1d3cCopy full SHA for fec1d3c
snippets/latex.json
@@ -8,5 +8,20 @@
8
"prefix": "bV",
9
"body": "\\begin{verbatim}\n$0\n\\end{verbatim}",
10
"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"
26
}
27
0 commit comments