aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/footmisc
blob: 04723f6b0877266618526860c103d1989280c1ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if exists("footmisc_package_file")
	finish
endif
let footmisc_package_file = 1

let g:TeX_package_option_footmisc = 
\ 'bottom,'
\.'flushmargin,'
\.'marginal,'
\.'multiple,'
\.'norule,'
\.'para,'
\.'perpage,'
\.'splitrule,'
\.'stable,'
\.'symbol,'
\.'symbol+'

let g:TeX_package_footmisc = ''

" vim:ft=vim:ff=unix: