Tagged Questions
1
vote
0answers
80 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 ...
0
votes
0answers
91 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
...
2
votes
0answers
941 views
biblatex: bbl wrong format version [closed]
I am using texlive 2012, and both pdflatex and biber are executed with full path to ensure the correct binary.
biblatex has version 2.2, biber 0.9.9.
If I run pdflatex, biber, pdflatex I get the ...
4
votes
1answer
174 views
Biber fails at supporting { } in author names
I have a bug using Biber and LaTeX:
Here is my MNWE:
test.bib:
@misc{citation1, title = {Any title}, author = {{{Foo} bar}}, },
test.tex:
\documentclass{book}
...
5
votes
2answers
860 views
“Missing character” or “does not map to ascii” message with biblatex and biber
I started drafting a question here but then, through some further work, found a solution. I though it might be worth putting in what I found here for others.
The problem relates to using biber as a ...
2
votes
1answer
694 views
“Cannot find file” error when running biber
I'm commuting to using the new biber/biblatex system of referencing. Previously I have been using bibtex as a backend and have tried converting to biber. I'm using MikTeX 2.9 under windows xp sp3.
I ...
1
vote
1answer
427 views
biber breaks when it's run [closed]
I'm trying to use biber with biblatex under windows xp. However, when I run it with any argument including biber --help it breaks with the same error message:
Biber/Utils.pm did not return a true ...
4
votes
1answer
3k views
Error message when using biber
Great site here. I have a question regarding Biblatex and Biber. My current .tex file structure looks like this in TeXworks:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{inputenc} ...