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

let g:TeX_package_option_eqlist = '' 

let g:TeX_package_eqlist = 
\ 'env:eqlist,'
\.'env:eqlist*,'
\.'env:Eqlist,'
\.'env:Eqlist*,'
\.'sep:modificators,'
\.'eqlistinit,'
\.'eqliststarinit,'
\.'eqlistinitpar,'
\.'eqlistlabel'

" vim:ft=vim:ff=unix: