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
BibTeX, biblatex and biber ⇒ Error with \printbibliography
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Error with \printbibliography
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.
Error with \printbibliography
Do you mean that I need to delete all the files dvi, blg, aux......etc?
Error with \printbibliography
I delete bbl file and now it works. Thank you very much