summaryrefslogtreecommitdiff
path: root/yasnippet/org-mode/theorem
blob: cb20ccd37af197c38f2d77920c91905d60f97f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- mode: snippet -*-
# name: theorem
# key: theorem
# --
#+begin_theorem
$1
#+end_theorem

#+begin_proof
$0
#+end_proof