Created
July 23, 2015 08:07
-
-
Save karthikraman/b422a1893804ffae2ee2 to your computer and use it in GitHub Desktop.
Snippet LaTeX Beamer Columns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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