BibTeX, biblatex and biberError with \printbibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Asma_F
Posts: 20
Joined: Sat Mar 04, 2017 12:12 pm

Error with \printbibliography

Post by Asma_F »

Hi,

I used bibtex and everything was ok. I added a reference in bib file then I compiled the tex file, the following error appeared.

! Undefined control sequence.<argument> \prd \printbibliography[heading=bibintoc]

I deleted the reference and compiled again but nothing changed. I don't know what happened and what caused this error.


Thanks

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Error with \printbibliography

Post by Johannes_B »

You have to clear the auxiliary files as well, most importantly you bbl file.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Asma_F
Posts: 20
Joined: Sat Mar 04, 2017 12:12 pm

Error with \printbibliography

Post by Asma_F »

Do you mean that I need to delete all the files dvi, blg, aux......etc?
Asma_F
Posts: 20
Joined: Sat Mar 04, 2017 12:12 pm

Error with \printbibliography

Post by Asma_F »

I delete bbl file and now it works. Thank you very much
Post Reply