10
votes
2answers
354 views

Beamer: Strange spacing in references with biblatex apa-style

I stumbled upon these two spacing errors (marked with red numbers): I guess the first space is not really an error, but simply English spacing (\nonfrenchspacing). Can it be turned off (without ...
5
votes
1answer
831 views

Beamer: Changing the font size of the references using the shrink argument causes an error

I'm trying to change the font size of the references using the shrink of the frame argument. However, if I run this code: \documentclass{beamer} \usepackage[american]{babel} ...
0
votes
1answer
899 views

How to make biblatex behave like apacite?

The title is probably too broad. The problem I face is that I am working on a beamer presentation, and because beamer conflicts with apacite, it has been suggested that biblatex be used instead. I ...