mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-10 13:43:32 +01:00
16 lines
276 B
Text
16 lines
276 B
Text
|
if exists("parallel_package_file")
|
||
|
finish
|
||
|
endif
|
||
|
let parallel_package_file = 1
|
||
|
|
||
|
let g:TeX_package_option_parallel = ''
|
||
|
|
||
|
let g:TeX_package_parallel =
|
||
|
\ 'env:Parallel,'
|
||
|
\.'bra:ParallelLText,'
|
||
|
\.'bra:ParallelRText,'
|
||
|
\.'nor:ParallelPar,'
|
||
|
\.'nor:tolerance'
|
||
|
|
||
|
" vim:ft=vim:ff=unix:
|