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}
|
Loading…
Add table
Add a link
Reference in a new issue