dotfiles/vim/vim-latex/ftplugin/latex-suite/packages/oldstyle

13 lines
203 B
Plaintext
Executable File

if exists("oldstyle_package_file")
finish
endif
let oldstyle_package_file = 1
let g:TeX_package_option_oldstyle = ''
let g:TeX_package_oldstyle =
\ 'bra:textos,'
\.'bra:mathos'
" vim:ft=vim:ff=unix: