diff options
Diffstat (limited to '')
-rw-r--r-- | dot_vim/ftplugin/latex-suite/packages/float | 16 | ||||
-rw-r--r-- | dot_vim/ftplugin/latex-suite/packages/floatflt | 12 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/float b/dot_vim/ftplugin/latex-suite/packages/float deleted file mode 100644 index 7c1cf46..0000000 --- a/dot_vim/ftplugin/latex-suite/packages/float +++ /dev/null @@ -1,16 +0,0 @@ -if exists("float_package_file") - finish -endif -let float_package_file = 1 - -let g:TeX_package_option_float = '' - -let g:TeX_package_float = -\ 'bra:floatstyle,' -\.'brs:newfloat{<++>}{<++>}{<++>}[<++>],' -\.'brd:floatname,' -\.'brd:listof,' -\.'bra:restylefloat,' -\.'brd:floatplacement' - -" vim:ft=vim:ff=unix: diff --git a/dot_vim/ftplugin/latex-suite/packages/floatflt b/dot_vim/ftplugin/latex-suite/packages/floatflt deleted file mode 100644 index 4902d89..0000000 --- a/dot_vim/ftplugin/latex-suite/packages/floatflt +++ /dev/null @@ -1,12 +0,0 @@ -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: |