Biber is a {bibtex} replacement for {biblatex}. It is functionally a significant superset of BibTeX, allowing more customisation by the user of, e.g., sorting, label generation, inheritance, and data source stream manipulation. It also supports advanced auto-disambiguation of names and name lists.
5
votes
0answers
89 views
Journal abbreviation mapping mystery
Here is my tex document:
\documentclass{report}
\usepackage[bibstyle=authoryear-icomp,
citestyle=authoryear-icomp,
uniquename=false,
uniquelist=false,
firstinits=true,
maxbibnames=5,
...
2
votes
0answers
103 views
Getting TextMate to call biber
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 ...
1
vote
0answers
84 views
Running BibLatex (Backend=Biber) in Texmaker
I have quite an interesting problem. After backup of my system (Windwos 7 x86) I have troubles running biblatex in general. I solved the problem partially.
I have MikTex 2.9 installed and using ...
1
vote
0answers
200 views
Biber backend and Vim-Latex
I'm trying to make biblatex work with Vim-Latex (a.k.a Latex-Suite). Using bibtex as a backend works fine but using biber doesn't. I'm using Miktex 2.9 and have the following in my .vimrc file:
" ...