aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/oldstyle
blob: 72b2774f5042193e8acf8f5b0c84671927b854c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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: