emacs/.emacs.d/snippets/latex-mode/problem
Adam Goldsmith 3974264bd6 Add yasnippet snippets for latex
- f1 adds a frac 1/ something
- prob adds a section and align*
2015-10-10 14:21:10 -04:00

8 lines
133 B
Plaintext

# -*- mode: snippet; require-final-newline: nil -*-
# name: problem
# key: prob
# --
\sub$1section{}
\begin{align*}
$0
\end{align*}