This repository has been archived on 2023-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.vim/ftplugin/latex-suite/packages/floatflt

13 lines
272 B
Plaintext
Raw Normal View History

2022-11-18 22:55:19 +01:00
if exists("floatflt_package_file")
finish
endif
let floatflt_package_file = 1
let g:TeX_package_option_floatflt = 'rflt,lflt,vflt'
let g:TeX_package_floatflt =
\ 'ens:floatingfigure:[<+loc+>]{<+spec+>},'
\.'ens:floatingtable:[<+loc+>]{<+spec+>}'
" vim:ft=vim:ff=unix: