Mercurial > dotfiles.old
changeset 47:64d8a8eb8705
Add rubber to latex workflow
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 05 May 2014 20:56:31 +0200 |
parents | 91a2cc4973f9 |
children | a051dca97078 |
files | Brewfile vimrc |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Brewfile Sun Apr 27 23:24:50 2014 +0200 +++ b/Brewfile Mon May 05 20:56:31 2014 +0200 @@ -8,6 +8,7 @@ install brew-cask install git install hub +install rubber install the_silver_searcher
--- a/vimrc Sun Apr 27 23:24:50 2014 +0200 +++ b/vimrc Mon May 05 20:56:31 2014 +0200 @@ -378,8 +378,12 @@ let g:tex_flavor = 'latex' let g:Tex_TreatMacViewerAsUNIX = 1 let g:Tex_ExecuterUNIXViewerInForeground = 1 -let g:Tex_ViewRule_pdf = 'open -a Preview' +" let g:Tex_ViewRule_pdf = 'open -a Preview' +let g:Tex_ViewRule_pdf = 'open -a /Applications/TeX/TeXShop.app' + let g:Tex_ViewRule_ps = 'open -a Preview' + +nnoremap <leader>m :w<CR>:!rubber --pdf --warn all %<CR> " }}} " Tagbar {{{ nmap <F8> :TagbarToggle<CR>