blob: a05061b9a37a2b66ee653b0eb91c1b0746a5487b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
if exists("eqparbox_package_file")
finish
endif
let eqparbox_package_file = 1
let g:TeX_package_option_eqparbox = ''
let g:TeX_package_eqparbox =
\ 'brs:eqparbox[<+pos+>][<+height+>][<+inner-pos+>]{<+tag+>}{<+text+>},'
\.'bra:eqboxwidth'
" vim:ft=vim:ff=unix:
|