diff options
| author | Nanderty <psopka@sopka.ch> | 2024-10-01 20:30:45 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2024-10-01 20:30:45 +0200 |
| commit | f19424177c106b50b55939641826da43f554b830 (patch) | |
| tree | 09d55515b38ef8fa0098f77247790d0f9e352282 /lua/Snippets/tex/tables.lua | |
| parent | 0fe818a2483ddc1232429c82af58a9e3111de1ec (diff) | |
| download | neovim-config-f19424177c106b50b55939641826da43f554b830.tar.gz neovim-config-f19424177c106b50b55939641826da43f554b830.tar.bz2 neovim-config-f19424177c106b50b55939641826da43f554b830.zip | |
imporove LaTeX snippets
Diffstat (limited to 'lua/Snippets/tex/tables.lua')
| -rw-r--r-- | lua/Snippets/tex/tables.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lua/Snippets/tex/tables.lua b/lua/Snippets/tex/tables.lua index b2f39b3..fb768f7 100644 --- a/lua/Snippets/tex/tables.lua +++ b/lua/Snippets/tex/tables.lua @@ -6,13 +6,13 @@ return { fmta( [[ \begin{table}[!h] + \caption{<> + } + \label{tbl:<>} \centering \begin{tabular}{ <> } <> \end{tabular} - \caption{<> - } - \label{tbl:<>} \end{table} ]], { @@ -29,13 +29,13 @@ return { fmta( [[ \begin{table}[!h] + \caption{<> + } + \label{tbl:<>} \centering \begin{tabularx}{\textwidth}{ <> } <> \end{tabularx} - \caption{<> - } - \label{tbl:<>} \end{table} ]], { |
