BibTeX, biblatex and biberRandom references appearing in the bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
4tn82bnME
Posts: 2
Joined: Wed Feb 03, 2021 8:37 pm

Random references appearing in the bibliography

Post by 4tn82bnME »

From time to time, authors submit papers to our academic journals and errant references appear at the end of the intended reference list. For example, an author may have a bib file with the correct # of references but somewhere along the way they must be pulling in extraneous references from another source - NOT uploaded as one of their submission files - so that when they compile the pdf, a multitude of odd references appear at the end and they can't find the source.

Is this due to a command error pulling in a file with the same name on their computer or an extra command not needed or ? I know a workaround is to paste the bib into the latex file but hoping to help my authors figure out why this happens.

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
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Random references appearing in the bibliography

Post by Ijon Tichy »

You can add every kind of text files (and bib files are text files) into a TeX file using filecontents environment. The environment is a kernel feature of LaTeX and works without extra package. See a good introduction to LaTeX for more information. Since LaTeX 2019-10-01 it also provides optional overwriting of existing files. See ltnews30 for more information.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
4tn82bnME
Posts: 2
Joined: Wed Feb 03, 2021 8:37 pm

Random references appearing in the bibliography

Post by 4tn82bnME »

Thanks very much! I'll try to put this into "author help language" - much appreciated!
Post Reply