Closed (fixed)
Project:
Bibliography Module
Version:
5.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2010 at 12:00 UTC
Updated:
30 Jan 2010 at 17:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| biblio-booktitle_authors.patch | 1.65 KB | iluetkeb |
Comments
Comment #1
rjerome commentedThanks 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.