Skip to content

Commit 09b1f38

Browse files
committed
latex/beamer: Add columns and column
1 parent 76c956d commit 09b1f38

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

snippets/latex/beamer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,25 @@
2121
"\\end{block}"
2222
],
2323
"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+
"body": [
39+
"\\begin{column}{${1:.49\\textwidth}}",
40+
"\t${0:${TM_SELECTED_TEXT}}",
41+
"\\end{column}"
42+
],
43+
"description": "column block"
2444
}
2545
}

0 commit comments

Comments
 (0)