Initial import of my home directory
[home/.git] / .vim / ftplugin / latex-suite / packages / amsthm
1 if exists("amsthm_package_file")
2         finish
3 endif
4 let amsthm_package_file = 1
5
6 let TeX_package_option_amsthm = ''
7
8 let TeX_package_amsthm = 
9 \ 'env:proof,'
10 \.'nor:swapnumbers,'
11 \.'brd:newtheorem,'
12 \.'brd:newtheorem*,'
13 \.'nor:theoremstyle{plain},'
14 \.'nor:theoremstyle{definition},'
15 \.'nor:theoremstyle{remark},'
16 \.'nor:newtheoremstyle,'
17 \.'nor:qedsymbol,'
18 \.'nor:qed,'
19 \.'nor:qedhere'
20
21 " vim:ft=vim:ff=unix: