aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/fn2end
blob: aac4184390e0223c3caef421aa675a5e0b8fd291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if exists("fn2end_package_file")
	finish
endif
let fn2end_package_file = 1

let g:TeX_package_option_fn2end = ''

let g:TeX_package_fn2end = 'makeendnotes,theendnotes'

" vim:ft=vim:ff=unix: