Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@karthikraman
Created July 23, 2015 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karthikraman/b422a1893804ffae2ee2 to your computer and use it in GitHub Desktop.
Save karthikraman/b422a1893804ffae2ee2 to your computer and use it in GitHub Desktop.
Snippet LaTeX Beamer Columns
<snippet>
<content><![CDATA[
\begin{columns}
\begin{column}{${1:2.5in}}
$3
\end{column}
\begin{column}{${2:2.5in}}
\end{column}
\end{columns}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>columns</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.tex.latex</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment