BetterBibTeX: "Booktitle" fill with "Conference Name"
Hello,
I am presently working on export from Zotero to BibTeX (with Better BibTeX). I use the .bib to import bibliographic data in open-access repository.
My problem : In Zotero when the field "Proceedings Title" is empty, BetterBibTeX fill it with the item of the field "Conference Name". I would like the field booktitle (Proceedings Title) not to appear in the BibTeX file if it is empty.
I tried to edit the translator BetterBibTeX.js without succes. Could someone explain to me wich line I should edit/erase ?
Sorry for my broken english,
Thank a lot,
Aurélien.
I am presently working on export from Zotero to BibTeX (with Better BibTeX). I use the .bib to import bibliographic data in open-access repository.
My problem : In Zotero when the field "Proceedings Title" is empty, BetterBibTeX fill it with the item of the field "Conference Name". I would like the field booktitle (Proceedings Title) not to appear in the BibTeX file if it is empty.
I tried to edit the translator BetterBibTeX.js without succes. Could someone explain to me wich line I should edit/erase ?
Sorry for my broken english,
Thank a lot,
Aurélien.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
If you open an issue on github at the link above (for this specific case, use the 'Export bug/enhancement' template, not the 'Question' template), I can get you a postscript that will do what you want.
if (Translator.BetterBibTeX && reference.has.booktitle && !item.publicationTitle) {
delete reference.has.booktitle
}