aboutsummaryrefslogblamecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/outliner
blob: ca6432202abb19d8b8539bd8c94dc94038dd2ee0 (plain) (tree)


















                                      
if exists("outliner_package_file")
	finish
endif
let outliner_package_file = 1

let g:TeX_package_option_outliner = ''

let g:TeX_package_outliner = 
\ 'env:Outline,'
\.'bra:Level,'
\.'bra:SetBaseLevel,'
\.'sep:preamble,'
\.'bra:OutlinePageBreaks,'
\.'bra:OutlinePageBreaks,'
\.'bra:OutlineLevelStart,'
\.'bra:OutlineLevelCont,'
\.'bra:OutlineLevelEnd'

" vim:ft=vim:ff=unix: