BibTeX, biblatex and biberstrange problem with biblist

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
giraf
Posts: 2
Joined: Fri May 15, 2009 9:09 pm

strange problem with biblist

Post by giraf »

I print a rather large (181KB) bibliography using biblist package and MiKTeX 2.7 under Windows XP.
Some fields in just one item close to the end are ignored, as shown by the following .blg file. The item is printed without the ignored fields. The items that follow are correctly printed. It cannot be a syntax error in the item: if I replace the item with another one from the file, the replacement (and only it) is similarly affected. It is clearly connected to position in the .bib file.
Did anybody experience this?

Code: Select all

This is BibTeX, Version 0.99cThe top-level auxiliary file: bibprint.aux
The style file: mybib.bst
Database file #1: All.bib
Warning--I'm ignoring Yamasaki:89's extra "title" field
--line 5847 of file All.bib
Warning--I'm ignoring Yamasaki:89's extra "year" field
--line 5849 of file All.bib
Warning--I'm ignoring Yamasaki:89's extra "volume" field
--line 5850 of file All.bib
Warning--I'm ignoring Yamasaki:89's extra "pages" field
--line 5851 of file All.bib
Repeated entry---line 5893 of file All.bib
 : @article{Yamasaki:89
 :                     ,
I'm skipping whatever remains of this entry
Warning--empty year in Leoniuk:Lescow:Thomas
Warning--empty institution in Mostowski
Warning--empty year in Mostowski
Warning--empty title in Yamasaki:89
Warning--empty year in Yamasaki:89
(There was 1 error message)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: strange problem with biblist

Post by Juanjo »

Post the offending item and those surrounding it, just to check if there is really no syntax problem. Which bibliography style you use?
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: strange problem with biblist

Post by josephwright »

Can you try with BibTeX8? This looks to me like you are hitting one of the limits of BibTeX, and BibTeX8 gives a much more helpful error message.
Joseph Wright
giraf
Posts: 2
Joined: Fri May 15, 2009 9:09 pm

Re: strange problem with biblist

Post by giraf »

Thanks, Joseph!

You were right. BiBTeX hit a limit.
BiBTeX8 gave a clear answer:

Sorry---you've exceeded BibTeX's pool size 65530
Aborted at line 5162 of file All.bib

It works beautifully with option -B.
Naima123
Posts: 3
Joined: Wed Jun 24, 2009 5:33 pm

Re: strange problem with biblist

Post by Naima123 »

Hey,

I had the same problem, but I have no idea how to use bibtex8. I read the README at CTAN, but I don't understand what to download and where to save ;)

Hope anybody can help me..
Post Reply