Friday, November 15, 2013

Vim and Biber: compilation troubles

Although I read some posts on the net about vim and biber,
still I'm not able to compile correctly. Following some suggestion,

I put in my texcr (at line 96)
=================================
TexLet g:Tex_MultipleCompileFormats = 'pdf,bbl'
=================================

and at line 126
==========================================
TexLet g:Tex_BibtexFlavor = 'biber'
==========================================

Moreover, I changed my compiler.vim this way at lines 567-8:
==============================================================================
if runCount == 0 && Tex_IsPresentInFile('\\bibdata', mainFileName_root.'.bcf')
let bibFileName = mainFileName_root.'.bbl'
==============================================================================

However, during the compilation I receive the message:
===================================================
LaTeX Warning: Empty Bibliography on line 27
===================================================
(the line of the source file tex where I put \printbibliography). I find only
bcf file, not bbl nor blg So I really I don'k know what else I can do...

thanx in advamce
m


--
Linux user no.: 353546
public key at http://keyserver.linux.it

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: