Extra field "Event Place" as item field instead of entry in note field

Hello everybody,

I am trying to push an extra field "Event Place" to Overleaf, but I keep getting this information in the note field, See example below:

@inproceedings{Du2019,
address = {Neuburg an der Donau, Germany},
title = {Automotive microphone performance: {From} specification to user experience},
volume = {2019-September},
url = {http://www.aes.org/e-lib/browse.cfm?elib=20531},
urldate = {2023-05-27},
booktitle = {{PROCEEDINGS} {OF} {THE} {AES} {INTERNATIONAL} {CONFERENCE}},
publisher = {Audio Engineering Society},
author = {Du, Yu and Dobos, Viktor and Varga, Bálazs and Yang, Ruiting},
year = {2019},
note = {event place: Neuburg an der Donau, Germany},
pages = {p. (paper 5)},
}

Is there a way to do it?

Thanks
  • You could install the Better BibTeX plugin and then use its export format. It should handle this automatically
  • Yep... just did it and it worked when I add tex.something: value and export using BBT as BibLateX
  • You shouldn’t need to add tex. here — @emilianoeheyns
  • If this is a Conference Paper item in Zotero, why not just use the Place field? But if you do have

    Event place: Neuburg an der Donau, Germany

    in the extra field, Better BibLaTeX will export that to (for a Conference Paper) to venue. If the Zotero item is of another type, I'd need to know which. Better BibTeX will export Place to address, but doesn't export Event place from the extra field. I'll look into that.
  • fixed in the next release.
Sign In or Register to comment.