diff options
Diffstat (limited to 'lua/Snippets/tex/tables.lua')
| -rw-r--r-- | lua/Snippets/tex/tables.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/Snippets/tex/tables.lua b/lua/Snippets/tex/tables.lua index 80531e1..b2f39b3 100644 --- a/lua/Snippets/tex/tables.lua +++ b/lua/Snippets/tex/tables.lua @@ -1,5 +1,4 @@ local helper = require('Snippets.luasniphelpers') -local helper = require('Snippets.luasniphelpers') return { @@ -13,7 +12,7 @@ return { \end{tabular} \caption{<> } - \label{fig:<>} + \label{tbl:<>} \end{table} ]], { @@ -36,7 +35,7 @@ return { \end{tabularx} \caption{<> } - \label{fig:<>} + \label{tbl:<>} \end{table} ]], { |
