Add some more snippets for beamer
parent
0068941590
commit
fcd4267c0c
@ -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}
|
@ -0,0 +1,6 @@
|
||||
# name: frame-notitle
|
||||
# key: frnt
|
||||
# --
|
||||
\begin{frame}
|
||||
$0
|
||||
\end{frame}
|
@ -0,0 +1,4 @@
|
||||
# name: graphics-height
|
||||
# key: grh
|
||||
# --
|
||||
\includegraphics[height=0.9\textheight]{$0}
|
@ -0,0 +1,4 @@
|
||||
# name: graphics-width
|
||||
# key: grw
|
||||
# --
|
||||
\includegraphics[width=\textwidth]{$0}
|
Loading…
Reference in New Issue