mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
let g:TeX_package_option_plates = 'figures,onefloatperpage,memoir'
|
|
|
|
let g:TeX_package_plates =
|
|
\ 'env:plate,'
|
|
\.'listofplates,'
|
|
\.'ProcessPlates,'
|
|
\.'bra:setplatename,'
|
|
\.'bra:setplatename,'
|
|
\.'bra:atBeginPlates'
|
|
|
|
" vim:ft=vim:ff=unix:
|