Here is my minimal example:! Package keyval Error: style undefined.
See the keyval package documentation for explanation.
Code: Select all
\documentclass{article}
\usepackage[backend=bibtex]{biblatex}
\addbibresource[style=numeric]{verzeichnis.bib}
\begin{document}
\cite{TeX-book}
\printbibliography
\end{document}
I'm using TexMaker on Ubuntu 14.04.
Is it possible that there are any packages missing? How can I find out?
Regards