commit 141692f5e77e1fbb037e9631cf18ca8bcba7d942 parent 2676d13c24fdb0e3e0d4076c1b90c7392b089411 Author: Alex Balgavy <alex@balgavy.eu> Date: Sun, 11 Jun 2023 23:59:43 +0200 vim: spelling and snippets Diffstat:
M | vim/snippets/tex.snippets | | | 17 | +++++++++++++++++ |
M | vim/spell/en.utf-8.add | | | 1 | + |
M | vim/spell/en.utf-8.add.spl | | | 0 |
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/vim/snippets/tex.snippets b/vim/snippets/tex.snippets @@ -103,3 +103,20 @@ snippet lst Code listing snippet lsi \\lstinline|${1}| ${0} +snippet table + % Use table* if want to stretch across whole page + \\begin{table}[tb] + \resizebox{\linewidth}{!}{% + \\begin{tabular}{p{0.5\\linewidth} l} + \\toprule + \\textbf{Header} & \\textbf{Header} \\\\ + \\midrule + Value & Value \\\\ + \\midrule + Value & Value \\\\ + \\bottomrule + \\end{tabular}% + } % end resizebox + \\caption{Caption} + \\label{tab:table} + \\end{table} diff --git a/vim/spell/en.utf-8.add b/vim/spell/en.utf-8.add @@ -685,3 +685,4 @@ superset ARM64 SQLite Fitbit +mindblowing diff --git a/vim/spell/en.utf-8.add.spl b/vim/spell/en.utf-8.add.spl Binary files differ.