aboutsummaryrefslogtreecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/outliner
blob: ca6432202abb19d8b8539bd8c94dc94038dd2ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: