Hi guys,
I was inputting references for my report and for some reason LaTeX won't let me go over 20 references, if I put more than that I receive a warning "Undefined references" and it doesn't show up in my bibliography and shows up as a question mark where I've cited it.
I am using TeXworks if that makes a difference.
BibTeX, biblatex and biber ⇒ Extend Bibliography Database Size
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Extend Bibliography Database Size
Hi,
welcome to the board!
Please post the .log file and the BibTeX log file with the extension .blg, as attachment. For this, click on "Upload attachment" below the edit text field, when writing a post. The log files contain information which is helpful for debugging.
Note, that you have to run BibTeX again after you added references.
Stefan
welcome to the board!
Please post the .log file and the BibTeX log file with the extension .blg, as attachment. For this, click on "Upload attachment" below the edit text field, when writing a post. The log files contain information which is helpful for debugging.
Note, that you have to run BibTeX again after you added references.
Stefan
LaTeX.org admin
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Extend Bibliography Database Size
Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to {TeX} SX.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Extend Bibliography Database Size
As localghost has said, I also posted on {TeX} SX and included a screenshot of what it looks like.
I uploaded the .log but it won't allow me to upload the .blg file, it says it's not allowed.
I uploaded the .log but it won't allow me to upload the .blg file, it says it's not allowed.
- Attachments
-
- thesis.log
- (28.06 KiB) Downloaded 363 times
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Extend Bibliography Database Size
Ok, I added the .blg extension to the allowed file extensions, please try again!
Btw. did you run BibTeX again, after you made more than 20 references? If you did not run it again, the new references would not be defined.
Feel free to add a .zip file of all involved files. You could make a copy and remove unnecessary text, and post the copy project as archive here.
Stefan
Btw. did you run BibTeX again, after you made more than 20 references? If you did not run it again, the new references would not be defined.
Feel free to add a .zip file of all involved files. You could make a copy and remove unnecessary text, and post the copy project as archive here.
Stefan
LaTeX.org admin
Re: Extend Bibliography Database Size
Yes, I have run it numerous times, at first I was running pdfLaTex + MakeIndex + BibTeX, then tried running BibTeX by itself however made no difference.
.blg file attached.
.blg file attached.
- Attachments
-
- thesis.blg
- (1.12 KiB) Downloaded 399 times
- Stefan Kottwitz
- Site Admin
- Posts: 10308
- Joined: Mon Mar 10, 2008 9:44 pm
Extend Bibliography Database Size
Let's have a look at the file:
Are these all files or chapters, respectively, which the .aux files show, or is one missing?
And there are two errors:
You see, the key is case sensitive, write
And check the warning:
Fix the litreview file and add the missing field and the year. Then try running BibTeX and pdfLaTeX again.
Is the problem gone then? If not, show the new .log and .blg file.
Stefan
Code: Select all
This is BibTeX, Version 0.99dThe top-level auxiliary file: thesis.auxA level-1 auxiliary file: abstract.auxA level-1 auxiliary file: acknowledgements.auxA level-1 auxiliary file: glossary.auxA level-1 auxiliary file: introduction.auxA level-1 auxiliary file: litreview.aux...A level-1 auxiliary file: math.auxA level-1 auxiliary file: experimentalsetup.auxA level-1 auxiliary file: simulation.auxA level-1 auxiliary file: conclusion.aux
And there are two errors:
Code: Select all
Case mismatch error between cite keys moscrop and Moscrop---line 64 of file litreview.aux: \citation{moscrop: }I'm skipping whatever remains of this command
\cite{Moscrop}
instead or use lower case in the .bib file.Code: Select all
You're missing a field name---line 12 of file thesis.bib:: %volume = "",(Error may have been on previous line)I'm skipping whatever remains of this entry
Code: Select all
Warning--empty year in ogata
Is the problem gone then? If not, show the new .log and .blg file.
Stefan
LaTeX.org admin
Re: Extend Bibliography Database Size
Aha! Fixed! It was the missing field names, I just assumed you could comment these out and have the compiler ignore them. Although I find it strange that it was working fine up until the 21st reference.
Thank you for your help, it has been much appreciated!
Thank you for your help, it has been much appreciated!