yasnippet-snippets/snippets/latex-mode/if

8 lines
88 B
Text

# -*- mode: snippet -*-
# name: if
# key: if
# --
\IF {$${1:cond}$}
$0
\ELSE
\ENDIF