This is an old revision of the document!
Table of Contents
Collection of Snippets for LaTeX
Lists
itemize=\\begin{itemize}\n%ws%\\item %cursor%\n\\end{itemize} enumerate=\\begin{enumerate}\n%ws%\\item %cursor%\n\\end{enumerate} description=\\begin{description}\n%ws%\\item %cursor%\n\\end{description}
Beamer
frame=\\begin{frame}\n%ws%\\frametitle{%cursor%}\n%ws%%cursor%\n\\end{frame} block=\\begin{block}{%cursor%}\n%ws%%cursor%\n\\end{block}