Add some more snippets for beamer
This commit is contained in:
parent
0068941590
commit
fcd4267c0c
4 changed files with 25 additions and 0 deletions
11
snippets/latex-mode/col
Normal file
11
snippets/latex-mode/col
Normal 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
6
snippets/latex-mode/frnt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: frame-notitle
|
||||
# key: frnt
|
||||
# --
|
||||
\begin{frame}
|
||||
$0
|
||||
\end{frame}
|
4
snippets/latex-mode/grh
Normal file
4
snippets/latex-mode/grh
Normal file
|
@ -0,0 +1,4 @@
|
|||
# name: graphics-height
|
||||
# key: grh
|
||||
# --
|
||||
\includegraphics[height=0.9\textheight]{$0}
|
4
snippets/latex-mode/grw
Normal file
4
snippets/latex-mode/grw
Normal file
|
@ -0,0 +1,4 @@
|
|||
# name: graphics-width
|
||||
# key: grw
|
||||
# --
|
||||
\includegraphics[width=\textwidth]{$0}
|
Loading…
Add table
Add a link
Reference in a new issue