Generalbibliographystyle error

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Tarfa
Posts: 1
Joined: Sun Jul 14, 2013 7:08 pm

bibliographystyle error

Post by Tarfa »

Hello all,
I have this problem which I have been suffering from for a while:
When I compile my Latex file I get this message:

Code: Select all

pdflatex> Package biblatex error: '\bibliographystyle' invalid
So, can anybody tell me how to fix this please?
Thanks,
Last edited by cgnieder on Mon Jul 15, 2013 10:55 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

bibliographystyle error

Post by kaiserkarl13 »

BibLaTeX does not work the same way BibTeX does, and if I'm not mistaken, one manifestation of that is that the \bibliographystyle command has been superceded.

If you want to use that command, then don't use the biblatex package.
Post Reply