BibTeX, biblatex and biber[Biblatex] Bibtex changes are not reflected in bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

[Biblatex] Bibtex changes are not reflected in bibliography

Post by Mixhael »

I'm working on a large document with a fairly large bibliography. When I correct mistakes in my bibtex file (using bibdesk) and recompile the document, the changes are not reflected in my bibliography. I'm using latex in combination with biblatex.

I've tried to delete all temporary files, run cleanup. But nothing works. Is bibtex using a cache of some sort?

Regards

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

CrazyHorse
Posts: 351
Joined: Sat Aug 02, 2008 8:47 am

[Biblatex] Bibtex changes are not reflected in bibliography

Post by CrazyHorse »

Mixhael wrote:I'm working on a large document with a fairly large bibliography. When I correct mistakes in my bibtex file (using bibdesk) and recompile the document, the changes are not reflected in my bibliography. I'm using latex in combination with biblatex.

I've tried to delete all temporary files, run cleanup. But nothing works. Is bibtex using a cache of some sort?
after the changes:

latex (when changes were _only_ in die document)
bibtex
latex
latex

Herbert
Mixhael
Posts: 26
Joined: Sun Oct 05, 2008 12:56 pm

Re: [Biblatex] Bibtex changes are not reflected in bibliography

Post by Mixhael »

Nevermind, I was modifying the wrong bibtex file. :mrgreen: sorry for wasting your time and thanks for the reply :)
Post Reply