BibTeX, biblatex and biber ⇒ BibTex Question
BibTex Question
I have a number of inproceedings entries in my .bib file, which compiles fine. The only issue is that BibTex gives me warnings about empty publisher for a number of entries.
As far as I know, publisher is an optional field for inproceedings entries so it should not be doing that; there is no warning for other optional fields such as note.
However, these entries refer to conference proceedings which do not have a publisher; the papers were collected in a book distributed to the conference delegates, they are available online but were not published in the traditional sense.
Is there any way I can stop BibTex giving me this warning (any special entry in the publisher's field or anything like that)?
Regards,
George
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
BibTex Question
Does it mess up the output? If not, I'd just ignore the messages. Or you can edit the .bst file; mine has a publisher empty$ line in "inproceedings" but not under "incollection", which is what causes the warning. I don't know enough raw BibTeX to tell you exactly what to type off the top of my head.