Mercurial > dotfiles.old
comparison vimrc @ 47:64d8a8eb8705
Add rubber to latex workflow
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 05 May 2014 20:56:31 +0200 |
parents | 1e04e6fd6b9b |
children | fa9db4f30d79 |
comparison
equal
deleted
inserted
replaced
46:91a2cc4973f9 | 47:64d8a8eb8705 |
---|---|
376 let g:tex_comment_nospell=1 | 376 let g:tex_comment_nospell=1 |
377 let g:Tex_DefaultTargetFormat = 'pdf' | 377 let g:Tex_DefaultTargetFormat = 'pdf' |
378 let g:tex_flavor = 'latex' | 378 let g:tex_flavor = 'latex' |
379 let g:Tex_TreatMacViewerAsUNIX = 1 | 379 let g:Tex_TreatMacViewerAsUNIX = 1 |
380 let g:Tex_ExecuterUNIXViewerInForeground = 1 | 380 let g:Tex_ExecuterUNIXViewerInForeground = 1 |
381 let g:Tex_ViewRule_pdf = 'open -a Preview' | 381 " let g:Tex_ViewRule_pdf = 'open -a Preview' |
382 let g:Tex_ViewRule_pdf = 'open -a /Applications/TeX/TeXShop.app' | |
383 | |
382 let g:Tex_ViewRule_ps = 'open -a Preview' | 384 let g:Tex_ViewRule_ps = 'open -a Preview' |
385 | |
386 nnoremap <leader>m :w<CR>:!rubber --pdf --warn all %<CR> | |
383 " }}} | 387 " }}} |
384 " Tagbar {{{ | 388 " Tagbar {{{ |
385 nmap <F8> :TagbarToggle<CR> | 389 nmap <F8> :TagbarToggle<CR> |
386 " }}} | 390 " }}} |
387 " Gundo tree {{{ | 391 " Gundo tree {{{ |