For conference papers (@inproceedings), the title of the conference was placed in the "journal" field of the bibtex export. This is wrong, bibtex expects it in the "booktitle" field.

Further, the default help string for author and editors names suggests separation by comma or semmicola. While bibtex can parse this, it can conflict with firstname/lastname separation. A safer choice is to use "and" for separation.

cf http://artis.imag.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary....

A patch is attached that replaces "journal" with booktitle for biblio type 103 and also replaces ";" with " and " in the author and editor fields.

CommentFileSizeAuthor
biblio-booktitle_authors.patch1.65 KBiluetkeb

Comments

rjerome’s picture

Status: Needs review » Fixed

Thanks for that, I've committed it to CVS http://drupal.org/cvs?commit=314898

By the way, you might want to consider upgrading to 6.x, those problems were already fixed in the 6.x and newer code.

Ron.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.