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.
3
votes
1answer
34 views
How to set language in Biber (1.6)?
I am using biber to manage my bibliography. I am using MikTeX with all updates installed. After updating to 1.6 however, my language settings don't work. Despite setting German as prime language, the ...
3
votes
1answer
30 views
“yearmonthday” added to bibliography when using apa6 with biblatex and biber backend
I am trying to use the apa6 package with a more extensive version of this document:
\documentclass[man,a4paper, english]{apa6}
\usepackage{babel}
\usepackage{csquotes}
...
1
vote
1answer
32 views
How to use biber to convert integer to BibTeX-month macro
Is it possible with biber to convert
@misc{example,
month = {04},
}
to
@misc{example,
month = apr,
}
in which apr is a BibTeX macro?
I am aware of the mapping facilities, but the closest I ...
1
vote
1answer
19 views
How to remove xdata entries using biber --tool_resolve --tool (after resolution)
Consider the file myrefs.bib containing the following biblatex entries:
@XDATA{pom,
EVENTDATE = {1999-12-31/2000-01-01},
EVENTTITLE = {Party},
VENUE = {Somewhere},
}
@PROCEEDINGS{pomp,
...
5
votes
1answer
77 views
biblatex-apa: Author's first name is repeated in brackets
I am using the biblatex-apa package together with the latest biber and biblatex versions (... I think). The issue is, that sometimes the author's first name, or its abbreviation, is repeated in square ...
9
votes
1answer
97 views
Converting from biblatex to BibTeX format using biber
I wish to use biblatex+biber, in large part because of its data format (xdata!), but often need to use .bst-based bibliography styles. I am aware that biber --tool allows conversion of .bib-files. ...
1
vote
0answers
34 views
Some biblatex labels do not appear depending on their position [closed]
I'm using BibLaTex with Biber to generate my bibliography.
Unfortunatelly, I'm struggling with a very strange behaviour concerning the displaying of the blibliography labels: Some labels are not ...
1
vote
0answers
90 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 ...
3
votes
0answers
25 views
Including an asterisk in a reference item number [duplicate]
How do I add a mark (asterisk/dagger) to a particular bib entry, based on a keyword? For example consider the bib file:
@article{Doe2012a,
author = {J. Doe},
title = {Lorem Ipsum -- Part ...
6
votes
2answers
80 views
Biblatex: 2 custom fields, only one is working
Following this question BibLaTeX/BibTeX custom field to show file link and Notes after bibliography entry with Biber and biblatex I get it to work (well, more or less). In the code below I defined a ...
3
votes
1answer
39 views
Exclude \fullcite{…} citation from bibliography
Is there a way to excluded a citation specified in the text by \fullcite{Doe2013} from the bibliography? (I'm using biblatex+biber.)
2
votes
0answers
95 views
German umlaut breaks compilation with biber/biblatex - Why? [closed]
My document didn't compile and it took me hours to find the reason. When I finally found it, it was so unrelated to all my previous attempts to solve it and the error messages and warnings didn't give ...
7
votes
1answer
62 views
biblatex: filter out publications from a specific author without biber with many authors
this is follow-up to a recent question:
On my system with TexLive 2012 (biblatex 1.7-1), I am trying to separate the publications of a specific author from all other references (e.g. in case you want ...
13
votes
4answers
189 views
Non-ASCII characters in Biblatex
I am using biblatex with backend=biber and the following .bib file:
@article{concellon_synthesis_2006,
title = {Synthesis of Enantiopure ({αS,βS)-} or ({αR,βS)-β-Amino} Alcohols by Complete ...
3
votes
1answer
72 views
Multilingual bibliographies with biblatex-chicago babel hyphenation
Don't know what I did (if I did anything) but seems multilingual libraries don't work for me anymore... I have some german and english references in an english document and so I want that english ...
0
votes
0answers
97 views
biblatex and biber problems [closed]
Okay, so I try to figure out how to use Biber to cite things instead of BibTeX.
I'm using the MiKTeX package manager with Texmaker. I've downloaded the biber.exe file, and put it in the folder
...
5
votes
0answers
90 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,
...
3
votes
1answer
72 views
maxnames in biber
I'm trying to set maxnames in my biber option, but it doesn't work.
I don't really understand what I'm doing wrong.
My MWE is:
\documentclass[12pt,a4paper,german]{scrartcl}
...
3
votes
1answer
77 views
How to set prenote for \cite globally using biblatex?
How can I set prenote for \cite globally with the possibility to pass an individual option via optional parameter to a single \cite command?
It should work like this:
\cite{key} --> ...
7
votes
2answers
251 views
TeXcount and biblatex
I have recently switched from BibTeX to the biblatex package (using the Biber back-end) and I can only subscribe what others have already said about its many virtues. This question is not so much ...
2
votes
2answers
449 views
ShareLaTeX and biblatex
I'm writing my thesis with my friend but I'm having serious problems getting biblatex to work with ShareLaTeX, it apparently has support (according to this blog: http://www.clarusft.com/sharelatex/).
...
0
votes
1answer
111 views
biber/bilatex: article journal field not printed/displayed [closed]
\documentclass[10pt,a4paper]{report}
\usepackage[english]{babel}
\usepackage[backend=biber,citestyle=numeric,natbib=true]{biblatex}
\addbibresource{bibliography.bib}
\begin{document}
\cite{lin1973}
...
5
votes
2answers
124 views
Biblatex/biber keep cycling and not settle when using custom sort
I'm trying to do a custom sort: citation order -> year/month -> author -> title
I think I got it in the style in the code below. However, when I run it: pdflatex -> biber -> pdflatex -> pdflatex. ...
2
votes
1answer
143 views
Citation not shown in pdf [closed]
I have some troubles with citations and biber. I'm citing a paper several times and point to different sections in that paper. But sometimes the citation is not shown in the pdf. I can't comprehend ...
6
votes
1answer
144 views
How to get a 1-click compilation of XeLaTeX with Biber using arara?
I want to use XeLaTeX as typesetting engine and Biber for my references. I want to have a 1-click-compilation setup, preferably in a GUI editor. I work on Windows, thus a solution for TeXworks or ...
3
votes
1answer
100 views
Biblatex/biber non-consecutive numbering references by type when using multiple bibliographies
I'm trying to have two bibliographies in one document. The first on is the normal references. And the later is intended to be a publication list and should be separated by type.
I managed to split ...
4
votes
2answers
82 views
How to use a particular field in a specific entry type for sorting in biblatex
In answering this question: Creating Entry in Bibtex for Executive Orders I gave a biblatex solution which used a new entry type for Executive Orders. This particular entry type has no author, but ...
4
votes
1answer
156 views
Unicode characters do not appear in IEEE style bibliography
I cannot get Unicode characters to appear in the IEEE style bibliography with biblatex and biber. Shown below are minimal working examples.
\documentclass[journal]{IEEEtran}
\usepackage[style=ieee, ...
5
votes
1answer
91 views
Missing “Vol.” and “No.” in biblatex/biber
I'd like to cite an article with biblatex, but I'm failing to add "Vol." and "No." in front of the corresponding number.
Here is the entry, of type @article, in the .bib file:
...
2
votes
1answer
224 views
How to automate biber within TeXnicCenter?
I am trying to automate my LaTeX pdf output within TeXnicCenter. I am using pdflatex with biber and it's been proposed to get the following settings:
However, whenever I add a new \autocite{xyz} in ...
9
votes
1answer
136 views
Using BibTeX keys containing parentheses with Biber
I am trying to move to using biblatex with Biber rather than BibTeX. unfortunately, nearly all of my BibTeX entries have keys that include colons and parentheses. like,
@BOOK{Chambers+Hastie:(92),
...
1
vote
1answer
327 views
How to use biber with Ubuntu 12.04?
I am using Ubuntu 12.04, TexLive 2012 from backports, TexLive full installation.
However, when I try to compile via latexmk, I get an error message that biber is missing.
How to get biber working on ...
6
votes
1answer
108 views
Is something wrong with @STRING processing between Jabref and biber?
I've just been revisiting bibliographies, and trying to manage them with Jabref.
I seem to have found something wrong with @strings (or my understanding of them).
In my pre-Jabref .bib file, I have:
...
2
votes
0answers
105 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 ...
12
votes
1answer
158 views
BibLaTeX not settling down when using multiple styles
I use BibLaTeX with two different bibliography styles, one with author-year style (for publications) and the other one with simple numeric style for online references, but pdfLaTeX never really ...
0
votes
0answers
59 views
Suddenly I cannot compile my bibTex files anymore (Biber, TeXmaker, MacTeX) [duplicate]
Possible Duplicate:
Engines of Tex-Editors and Biber/Biblatex
I am currently working on a bunch of little assignments for university. Everything was fine until yesterday:
All of a sudden ...
3
votes
1answer
169 views
XeLaTeX and Biber do not Produce a *.bbl File
MiKTeX (updated); TeXworks
Used to do this a couple of months ago, now after PC and MiKTeX reinstall (Win7) bibliographies on old files seem not to be working any more. Read many similar questions, no ...
7
votes
2answers
377 views
Comment out sections of text in bib file
What's the correct way to comment out sections of explanatory text (included for humans to read) in a .bib file? I would like biber/biblatex to simply ignore this text.
When I put in text like
...
3
votes
1answer
91 views
Quotes missing around title of arXiv papers (biblatex + biber)
I am using biblatex and biber. Here is a sample LaTeX file.
\documentclass[11pt]{article}
\usepackage[backend=biber,firstinits,style=numeric-comp,maxnames=99]{biblatex}
...
1
vote
0answers
72 views
How to remove month from bibliography using biber? [duplicate]
Possible Duplicate:
Disable month in biblatex bibliography?
How to print only year (no day/month) with Biblatex
I use (Author Year) as citation style and want to create a bibliography ...
6
votes
2answers
171 views
How to move the note field out and away from the main reference using biblatex?
I'm using biblatex to created a list of publications in an academic CV. I'd like to list my publications and outline my contribution to each publication after each listed publication.
My current idea ...
0
votes
1answer
120 views
Literature with Biber generates strange citations: firstnames appear erratically
I had been using bibtex and then biblatex for quite some time. For the newest edition of my book I moved to biber. I happened t notice that firstnames are sometimes generated and sometimes not. Has ...
0
votes
0answers
488 views
Biblatex biblography not showing [closed]
I'm compiling the following repository, without being able to successfully display the bibliography.
https://github.com/emovies-pfc/memoria
To run it, in TexWorks, I'm first running pdfLaTeX, then ...
2
votes
0answers
192 views
Biber not producing any output file [closed]
Biber is said to have many advantages for those writing in languages other than English but I have been unable to get the results I used to have with bibtex. I have Lyx 2.0.5.1, biblatex 1.7, and ...
0
votes
0answers
330 views
Latex warning: Empty Bibliography on input [closed]
I have a problem with generating the bibliography at the end of the chapter. Translation doing the Windows command line in: xelatex main.tex. The files have UTF8 encoding. I use XeTeX, Version ...
2
votes
2answers
155 views
Colon in bibliography keys incompatible with babel, biblatex and tex4ht
Keys are labeled as author:year in my BibTeX file. For example, @article{John:2000, author={John}, year={2000}, ...}. This scheme works well with pdftex, biblatex and mk4ht oolatex.
But if in ...
2
votes
1answer
602 views
BibTeX or biblatex/Biber 'private communication' entry
What is the correct way to cite "private communications" and similar sources that seem not to belong into the .bib database.
I am using biber and biblatex with TL2012
1
vote
0answers
280 views
biblatex \printbibliography [closed]
The biblatex helped me to fix problems with the utf8 encoding but: I can not get a bibliography and the citations are not formated.
I am using windows 7 (64bit) with
MiTeX 2.9 and
Texmaker.
I use a ...
5
votes
0answers
307 views
Biber typesetting fails [closed]
On MacOs X running updated mactex packages, when I compile my biber file I get this error:
data source /var/folders/yf/y69gwrx12kj2jtzrs78vg2vm0000gn/T/par-67696f6e61/cache- ...
0
votes
0answers
219 views
How to use biber and biblatex with Latexila? [closed]
I want to follow some recent advice and switch from jurabib to biber (1, 2).
My favourite LaTeX IDE is Latexila on Ubuntu 12.10.
If I follow the examples given in the links above, I just an error ...


