mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
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:
|