X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=neosnippets%2Ftex.snip;h=177d4272fcb55ef2d68e9c406f343e140e4f768a;hp=404f372097dde827568ed238c9bee6f884af2a40;hb=f1d38708f86478ab8a28f16bda6ac981c9a343f6;hpb=cd39c1d7222ffb74ff4596b429cc1573e774064d 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}