BibTeX, biblatex and biber ⇒ Extend Bibliography Database Size
Extend Bibliography Database Size
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.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Extend Bibliography Database Size
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Extend Bibliography Database Size
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Extend Bibliography Database Size
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 373 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Extend Bibliography Database Size
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
Re: Extend Bibliography Database Size
.blg file attached.
- Attachments
-
- thesis.blg
- (1.12 KiB) Downloaded 409 times
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Extend Bibliography Database Size
Code: Select all
This is BibTeX, Version 0.99dThe top-level auxiliary file: thesis.aux
A level-1 auxiliary file: abstract.aux
A level-1 auxiliary file: acknowledgements.aux
A level-1 auxiliary file: glossary.aux
A level-1 auxiliary file: introduction.aux
A level-1 auxiliary file: litreview.aux
...
A level-1 auxiliary file: math.aux
A level-1 auxiliary file: experimentalsetup.aux
A level-1 auxiliary file: simulation.aux
A 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
Re: Extend Bibliography Database Size
Thank you for your help, it has been much appreciated!