Menu

#47 solution found: bibtex does not run when compiling; please fix in upstream

v1.0 (example)
open
nobody
None
5
2015-12-27
2015-12-27
Billy Cai
No

I had the same problem as described by ticket 46 (cite completion - multiple files). I am using vim-latex on Mac OS with MacVim, and I have already set Tex_MultipleCompileFormats as pdf. After upgrade to the newest git version (2015-10-30), the bibtex does not run any more.

I discovered that the new complier.vim is causing the problem. The line 594

if runCount == 0 && Tex_IsPresentInFile('\v\\bibdata|\\abx', mainFileName_root.'.aux')

is causing the problem. In the previous versions, there is no \v attached. I fixed this line to

if runCount == 0 && Tex_IsPresentInFile('\\bibdata|\\abx', mainFileName_root.'.aux')

and then bibtex starts to work again.

Please fix in the upstream.

Cheers,

Billy

Discussion


Log in to post a comment.