Merge pull request #241 from daleroberts/master

Fix a bug in the 'thm' tex snippet
This commit is contained in:
Honza Pokorny 2013-07-10 08:36:17 -07:00
commit ade6f26f10

View File

@ -26,7 +26,7 @@ snippet tab
snippet thm snippet thm
\begin[${1:author}]{${2:thm}} \begin[${1:author}]{${2:thm}}
${3} ${3}
\end{$1} \end{$2}
snippet center snippet center
\begin{center} \begin{center}
${1} ${1}