I've recently made the switch to biblatex from natbib but one problem I've been unable to resolve is how to make TextMate (which is my preferred editor) call biber instead of bibtex. I've installed the updated latex.tmbundle from Github, but whenever I typeset, I get unresolved references, and only the reference codes show up in the typeset document, which looks fine otherwise.
I know that biber is working, for two reasons:
- When I typeset in TeXShop, my document comes out looking exactly as it should, with fully parsed references;
- When I run the
biber <file>command in terminal on the.bcffile that TextMate initially generates and then TypeSet in TextMate afterward, everything works as it should.
Any help getting TextMate to call biber automatically would be much appreciated!
latexmk.pl, which is for example explained here http://blog.mixable.de/textmate-und-latex/ (but only in german). With TeX Live 2011 and 2012latexmk.plshould be able to determine itself whether to run biblatex or biber, which is stated here http://tex.stackexchange.com/questions/27450/how-to-make-latexmk-work-with-xelatex-and-biber . Though, if you could provide an MWE, that would be great, because i'm not used tobiber. – Ronny Jan 22 '13 at 06:16latexmk.plfile with a symbolic link to TeX Live 2012's version, as described here: link. The only problem I'm still facing is that theTypeSet & Viewcommand in TextMate does not produce a TypeSet & View window or call Skim. All of the parsing is correct, however. – Gene G. Jan 22 '13 at 19:55