From: Stefan Huber Date: Fri, 29 Jan 2021 22:46:34 +0000 (+0100) Subject: snippets: Update tex snippets X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=f1d38708f86478ab8a28f16bda6ac981c9a343f6;hp=cd39c1d7222ffb74ff4596b429cc1573e774064d snippets: Update tex snippets --- diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip index 404f372..177d427 100644 --- a/neosnippets/tex.snip +++ b/neosnippets/tex.snip @@ -9,3 +9,17 @@ alias \only \only<${1:NUM:}>{ ${2:TARGET} } + +snippet exercise +abbr exercise (exsheet) +alias \begin{exercise} \exercise + \begin{exercise} + ${1:TARGET} + \end{exercise} + +snippet choices +abbr choices (exsheet) +alias \begin{choices} \choices + \begin{choices} + ${1:TARGET} + \end{choices}