Tagged Questions
0
votes
0answers
234 views
Defining own biblatex-citestyle not working with Texlipse? [closed]
I want to create my own citestyle using biblatex. The only problem is that Texlipse does not compile my file, as soon as I include my own style :-)
The tex-file
\documentclass{article}
...
0
votes
1answer
298 views
biblatex-examples.bib is incorrectly being used as a bibliography source
I have just made the transition to Biblatex and Biber and something strange is happening.
I load the biblatex package and it's working normally:
\usepackage[%
backend=biber,
sorting=nyt,
style=apa,
...