For conference papers, the conference title ("Secondary Title") is exported in the bibtex field "journal". This is not understood correctly for the "inproceedings" bibtex type. Instead, the field should be called "booktitle". It would then also be good to automatically prepend "Proc. of", but that is just a matter of style.

Comments

wtr’s picture

In the file biblio.import.export.inc the function biblio_bibtex_export() does the actual exporting. Change in case 103 $journal to $booktitle and it's fixed. This bug is still present in the latest version (6.x-1.0-beta8)

Frank Steiner’s picture

Version: 5.x-1.9 » 6.x-1.0-beta8
Status: Active » Needs review
StatusFileSize
new438 bytes

I have to make all changes in our local installation as patches, so I can also put them here ;-)

rjerome’s picture

Status: Needs review » Fixed

committed to CVS

Status: Fixed » Closed (fixed)

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