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 76c956d commit 09b1f38Copy full SHA for 09b1f38
snippets/latex/beamer.json
@@ -21,5 +21,25 @@
21
"\\end{block}"
22
],
23
"description": "beamer block"
24
+ },
25
+ "columns": {
26
+ "prefix": "columns",
27
+ "body": [
28
+ "\\begin{columns}",
29
+ "\t\\begin{column}{${1:.49\\textwidth}}",
30
+ "\t\t${0:${TM_SELECTED_TEXT}}",
31
+ "\t\\end{column}",
32
+ "\\end{columns}"
33
+ ],
34
+ "description": "columns block"
35
36
+ "column": {
37
+ "prefix": "column",
38
39
+ "\\begin{column}{${1:.49\\textwidth}}",
40
+ "\t${0:${TM_SELECTED_TEXT}}",
41
+ "\\end{column}"
42
43
+ "description": "column block"
44
}
45
0 commit comments