From b8c0177236133a53e8adf1f96d2e952a8fd814ba Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Thu, 9 Feb 2023 18:06:49 -0500 Subject: [PATCH] updates --- nvim/ultisnips/tex.snippets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nvim/ultisnips/tex.snippets b/nvim/ultisnips/tex.snippets index b429874..2432273 100644 --- a/nvim/ultisnips/tex.snippets +++ b/nvim/ultisnips/tex.snippets @@ -722,6 +722,12 @@ snippet AA "For all" iA \forall endsnippet +snippet image "Image" wA +\begin{figure}[${1:h}] + \includegraphics[width=${2:0.5}\textwidth]{$3} +\end{figure} $0 +endsnippet + snippet plot "Plot" w \begin{figure}[$1] \centering