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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | biblio_fix_bibtex_inproceedings_v2.patch | 438 bytes | Frank Steiner |
Comments
Comment #1
wtr commentedIn 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)
Comment #2
Frank Steiner commentedI have to make all changes in our local installation as patches, so I can also put them here ;-)
Comment #3
rjerome commentedcommitted to CVS