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
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
-
- 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.