aboutsummaryrefslogblamecommitdiff
path: root/.vim/ftplugin/latex-suite/packages/ccaption
blob: 2ec3f2f35b8fc861a550db68272e998ec2c49c7a (plain) (tree)



















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

let g:TeX_package_option_ccaption = ''

let g:TeX_package_ccaption = 
\ 'bra:contcaption,'
\.'bra:legend,'
\.'bra:namedlegend,'
\.'abovelegendskip,'
\.'belowlegendskip,'
\.'brd:newfixedcaption,'
\.'brd:renewfixedcaption,'
\.'brd:providefixedcaption,'
\.'brs:newfloatenv[<+counter+>]{<+name+>}{<+ext+>}{<+etiq+>},'
\.'brd:listfloats'

" vim:ft=vim:ff=unix: