Hello,
I recently used BibTeX with one of my EndNote databases in X4 on the PC, and the BibTeX export style was a great resource.
However, I found a small problem. The BibTeX export file produces flawed Conference Proceedings (@inproceedings) entries. They are missing the year={} in BibTeX when they’re exported.
I believe this problem is due to a misnamed field in the export (style) file for BibTeX. The last line refers to the “Year of Publication” field, which is blank for a Conference Proceedings entry. I believe this should be “Year of Conference”
Here’s what I corrected this part of the BibTeX output style to (and it gives good results).
@inproceedings{|Label,|
| author = {Author},
| title = {Title},
| booktitle = {Conference Name},
| editor = {Editor},
| series = {Series Title},
| address = {Place Published},
| publisher = {Publisher},
| volume = {Volume},
| pages = {Pages},
| note = {Notes},
| abstract = {Abstract},
| keywords = {Keywords},
| year = {Year of Conference}
I have seen a similar error (misnamed year field) in other styles (IEEE? I can’t remember precisely now), and I wonder if it’s not something due to a change in how fields are named? Anyway, I informed Thomson using their link at http://endnote.com/support/enstylereq.asp. However, since I don’t know how soon this fix will make it out (if at all), I’m posting it here.