snippets: Update tex snippets
authorStefan Huber <shuber@sthu.org>
Fri, 29 Jan 2021 22:46:34 +0000 (23:46 +0100)
committerStefan Huber <shuber@sthu.org>
Fri, 29 Jan 2021 22:46:34 +0000 (23:46 +0100)
neosnippets/tex.snip

index 404f372097dde827568ed238c9bee6f884af2a40..177d4272fcb55ef2d68e9c406f343e140e4f768a 100644 (file)
@@ -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}