Re: [Vim-latex-devel] [Question] Bibtex compiling
Brought to you by:
srinathava,
tmaas
From: Alfredo C. <alf...@gm...> - 2015-02-10 17:11:03
|
This is awesome! You fixed the Bibtex bug on Mac! Can we please push this to the main documentation and/or release? Actually, if someone has a Mac, the following lines must be put in your ~/.vimrc let g:Tex_TreatMacViewerAsUNIX = 1 let g:Tex_ExecuteUNIXViewerInForeground = 1 let g:Tex_ViewRule_pdf = 'open -a Preview' let g:Tex_MultipleCompileFormats = 'pdf' Regards, Alfredo > Hi, > > just added > > let g:Tex_MultipleCompileFormats = 'pdf' > > to my ~/.vimrc and everything works fine. > > That's good because as far as I know compiling in dvi does not allow > to use \includefigures using pdf files, right? So it was not an > option! > > Also replaced Preview with Skim! > > Thanks for the suggestions > > Gianluca |