Re: [Vim-latex-devel] biblatex

2013-06-14 Thread Paul Gesting
Giovanni, Thanks for the tip. I do need biber, but I think I got it to work. What I did was in latex-suite/texrc around line 235 I set: TexLet g:Tex_BibtexFlavor = 'biber' And then in latex-suite/compiler.vim around line 567, I changed the first few lines to: if runCount == 0 && Tex_IsPresentInFi

Re: [Vim-latex-devel] Biblatex

2013-06-08 Thread Giovanni Luca Ciampaglia
Hi Paul, this does not address your original question, and in fact I would like to see biber supported by vim-latex, but if you are good with using bibtex8 with biblatex then you can just add this line to your .vimrc: autocmd FileType tex let g:Tex_BibtexFlavor='bibtex8 -H' and biblatex will

[Vim-latex-devel] Biblatex

2013-06-07 Thread Paul Gesting
I would like to be able to use the biblatex package with vim-latex. Specifically, biblatex uses biber by default as the bibliography backend (and not bibtex). Biber runs on the .bcf file and not the .bib. Both bibtex and the .bib file seem to be hard coded in vim-latex in latex-suite/texrc and late