mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-13 07:03:32 +01:00
44 lines
608 B
Text
44 lines
608 B
Text
|
if exists("caption2_package_file")
|
||
|
finish
|
||
|
endif
|
||
|
let caption2_package_file = 1
|
||
|
|
||
|
let g:TeX_package_option_caption2 =
|
||
|
\ 'scriptsize,'
|
||
|
\.'footnotesize,'
|
||
|
\.'small,'
|
||
|
\.'normalsize,'
|
||
|
\.'large,'
|
||
|
\.'Large,'
|
||
|
\.'up,'
|
||
|
\.'it,'
|
||
|
\.'sl,'
|
||
|
\.'sc,'
|
||
|
\.'md,'
|
||
|
\.'bf,'
|
||
|
\.'rm,'
|
||
|
\.'sf,'
|
||
|
\.'tt,'
|
||
|
\.'ruled,'
|
||
|
\.'boxed,'
|
||
|
\.'centerlast,'
|
||
|
\.'anne,'
|
||
|
\.'center,'
|
||
|
\.'flushleft,'
|
||
|
\.'flushright,'
|
||
|
\.'oneline,'
|
||
|
\.'nooneline,'
|
||
|
\.'hang,'
|
||
|
\.'isu,'
|
||
|
\.'indent,'
|
||
|
\.'longtable'
|
||
|
|
||
|
let g:TeX_package_caption2 =
|
||
|
\ 'bra:captionsize,'
|
||
|
\.'bra:captionfont,'
|
||
|
\.'bra:captionlabelfont,'
|
||
|
\.'bra:setcaptionmargin,'
|
||
|
\.'bra:setcaptionwidth'
|
||
|
|
||
|
" vim:ft=vim:ff=unix:
|