mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
15 lines
339 B
Text
Executable file
15 lines
339 B
Text
Executable file
if exists("manyfoot_package_file")
|
|
finish
|
|
endif
|
|
let manyfoot_package_file = 1
|
|
|
|
let g:TeX_package_option_manyfoot = 'para'
|
|
|
|
let g:TeX_package_manyfoot =
|
|
\ 'bra:newfootnote,bra:newfootnote[para],'
|
|
\.'bra:footnoteA,bra:footnoteB,'
|
|
\.'bra:FootnoteA,bra:FootnoteB,'
|
|
\.'bra:Footnotemark,bra:Footnotetext,'
|
|
\.'SplitNote'
|
|
|
|
" vim:ft=vim:ff=unix:
|