Tagged Questions
1
vote
1answer
53 views
nath and biblatex incompatibility
I try to use nath and couldn't get it to work within my document. So I started to track down the error with a minimal and adding all packages that I use after and after. I saw that I can load every ...
6
votes
1answer
104 views
Why do I need \newrefsegment when I already specify refsegment=section?
The following works well and shows exactly what I want. I am just wondering
about this: Why do I have to use \newrefsegment, if I already specified
refsegment=section? I expected everything to work ...
5
votes
1answer
210 views
europecv and biblatex compatibility problem
I use the europecv class and I'd like to use my biblatex bibliographies inside. It turns out that europecv needs the ucs package which is incompatible.
Any idea how to deal with this problem?
17
votes
2answers
147 views
Why doesn't parskip=half work together with fontenc in bibliographies?
If \usepackage[T1]{fontenc} is used and parskip=half is set:
Else (either \usepackage[T1]{fontenc} isn't used or parskip=half isn't set):
I consider the second one the correct style. Why is ...
2
votes
1answer
97 views
biblatex and pgfplots
I'm using pgfplots to plot some graph of data I stored in a file (a lot of data points). If i charge the bibtex package and I obtains the famous error:
TeX capacity exceeded, sorry [main memory ...
9
votes
1answer
257 views
biblatex conflict with showkeys package?
For a long time I wondered why biblatex did not typeset author names with \Citeauthor in upper case, until I finally could isolate the problem:
When the showkeys package is loaded, the name "von ...
9
votes
2answers
510 views
Incompatibility of biblatex and tex4ht when using defernumbers
There seems to be a known incompatibility between biblatex and tex4ht when using defernumbers=true.
I have one large .bib file. In the document I want to group the references into different ...
5
votes
1answer
2k views
Biblatex with classicthesis. \bibhang already defined
I've an issue with the bibliography in classicthesis. My main.tex:
\documentclass{scrreprt}
\usepackage[english]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=numeric]{biblatex} ...
9
votes
1answer
1k views
Is it possible to load biblatex with a class that has already loaded natbib?
A while ago I asked a meta question on how big a question can be. I was wondering in particular about breaking open REVTeX and reorganising the goo within to replace the natbib bits with bits that ...
11
votes
1answer
929 views
Is biblatex compatible with RevTeX?
biblatex seems to be not compatible with RevTeX. As RevTeX automatically loads natbib, I load biblatex with the option natbib=true, but still LaTeX compiler complains that lot of commands are already ...