Skip to content

Commit

Permalink
Fixed table snippet, label is tab: for tables, not fig:
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskaeufler committed May 14, 2013
1 parent c146ab2 commit 143dabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table.sublime-snippet
Expand Up @@ -2,7 +2,7 @@
<content><![CDATA[ <content><![CDATA[
\begin{table}[${1:tb}] \begin{table}[${1:tb}]
\caption{${2:caption here}} \caption{${2:caption here}}
\label{${3:fig:figurename}} \label{${3:tab:tablename}}
\begin{center} \begin{center}
\begin{tabular}{${4:l|cc}} \begin{tabular}{${4:l|cc}}
\hline \hline
Expand Down

0 comments on commit 143dabe

Please sign in to comment.