From 4efa73cf6d8e8b13123d28d6e51ba0de4274161c Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 1 Mar 2023 01:55:09 -0700 Subject: more tex snippets --- .vim/snippets/tex.snippets | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to '.vim') diff --git a/.vim/snippets/tex.snippets b/.vim/snippets/tex.snippets index bf1bd20..3e6d838 100644 --- a/.vim/snippets/tex.snippets +++ b/.vim/snippets/tex.snippets @@ -35,15 +35,24 @@ snippet tt typewriter (monospace) text snippet ft \footnote \\footnote{${1:${VISUAL:text}}}${0} +snippet ac \autocite + \\autocite{${1:${VISUAL:text}}}${0} -snippet dd 3dots - \\dd{}${0} -snippet ddd 4dots - \\dd{}${0} -snippet tw textwidth - \\textwidth${0} snippet hs hspace \\hspace{${1:${VISUAL:text}}}${0} snippet vs vspace \\vspace{${1:${VISUAL:text}}}${0} +snippet cw columnwidth + \\columnwidth${0} +snippet lw linewidth + \\linewidth${0} +snippet pw pagewidth + \\pagewidth${0} +snippet tw textwidth + \\textwidth${0} + +snippet dd 3dots + \\dd{}${0} +snippet ddd 4dots + \\ddd{}${0} -- cgit v1.2.3