Add some more snippets for beamer

This commit is contained in:
trémeur 2020-10-27 17:44:10 +00:00
parent 0068941590
commit fcd4267c0c
4 changed files with 25 additions and 0 deletions

11
snippets/latex-mode/col Normal file
View file

@ -0,0 +1,11 @@
# name: twocolumns
# key: col
# --
\begin{columns}
\begin{column}{0.5\textwidth}
$0
\end{column}
\begin{column}{0.5\textwidth}
\end{column}
\end{columns}

6
snippets/latex-mode/frnt Normal file
View file

@ -0,0 +1,6 @@
# name: frame-notitle
# key: frnt
# --
\begin{frame}
$0
\end{frame}

4
snippets/latex-mode/grh Normal file
View file

@ -0,0 +1,4 @@
# name: graphics-height
# key: grh
# --
\includegraphics[height=0.9\textheight]{$0}

4
snippets/latex-mode/grw Normal file
View file

@ -0,0 +1,4 @@
# name: graphics-width
# key: grw
# --
\includegraphics[width=\textwidth]{$0}