File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ alias item[ \item[
35
35
36
36
snippet it
37
37
alias item \item
38
- \i tem $0
38
+ \i tem ${0}
39
39
40
40
snippet sloppypar
41
41
alias \begin{sloppypar} \sloppypar
@@ -349,6 +349,38 @@ alias \begin{itshape} \itshape
349
349
${1: TARGET }
350
350
\e nd{itshape}
351
351
352
+ # ==== BEAMER ====
353
+ snippet frame
354
+ alias \begin{frame} \frame
355
+ \b egin{frame}{${1: #:frametitle } }
356
+ ${2: TARGET }
357
+ \e nd{frame}
358
+
359
+ snippet block
360
+ alias \begin{block}
361
+ \b egin{block}{${1: #:title } }
362
+ ${2: TARGET }
363
+ \e nd{block}
364
+
365
+ snippet exampleblock
366
+ alias \begin{exampleblock}
367
+ \b egin{exampleblock}{${1: #:title } }
368
+ ${2: TARGET }
369
+ \e nd{exampleblock}
370
+
371
+ snippet alertblock
372
+ alias \begin{alertblock}
373
+ \b egin{alertblock}{${1: #:title } }
374
+ ${2: TARGET }
375
+ \e nd{alertblock}
376
+
377
+ snippet tikzpicture
378
+ alias \begin{tikzpicture}
379
+ \b egin{tikzpicture}
380
+ ${1: TARGET }
381
+ \e nd{tikzpicture}
382
+
383
+
352
384
# ========== OTHERS ==========
353
385
snippet usepackage
354
386
alias \usepackage
You can’t perform that action at this time.
0 commit comments