aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/footmisc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_vim/ftplugin/latex-suite/packages/footmisc21
1 files changed, 0 insertions, 21 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/footmisc b/dot_vim/ftplugin/latex-suite/packages/footmisc
deleted file mode 100644
index 04723f6..0000000
--- a/dot_vim/ftplugin/latex-suite/packages/footmisc
+++ /dev/null
@@ -1,21 +0,0 @@
-if exists("footmisc_package_file")
- finish
-endif
-let footmisc_package_file = 1
-
-let g:TeX_package_option_footmisc =
-\ 'bottom,'
-\.'flushmargin,'
-\.'marginal,'
-\.'multiple,'
-\.'norule,'
-\.'para,'
-\.'perpage,'
-\.'splitrule,'
-\.'stable,'
-\.'symbol,'
-\.'symbol+'
-
-let g:TeX_package_footmisc = ''
-
-" vim:ft=vim:ff=unix: