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

11 lines
157 B
Plaintext
Executable File

if exists("bm_package_file")
finish
endif
let bm_package_file = 1
let g:TeX_package_option_bm = ''
let g:TeX_package_bm = 'bra:bm'
" vim:ft=vim:ff=unix: