1
0
Fork 0
mirror of synced 2024-07-03 14:01:09 -04:00
ultimate-vim/vim_plugins_src/latexSuite-1.5/ftplugin/latex-suite/packages/ulem

17 lines
239 B
Plaintext

let g:TeX_package_option_ulem =
\ 'normalem,'
\.'ULforem,'
\.'normalbf,'
\.'UWforbf'
let g:TeX_package_ulem =
\ 'bra:uwave,'
\.'bra:uline,'
\.'bra:uuline,'
\.'bra:sout,'
\.'bra:xout,'
\.'ULthickness,'
\.'ULdepth'
" vim:ft=vim:ff=unix: