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
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
Conference Paper
item in Zotero, why not just use thePlace
field? But if you do haveEvent place: Neuburg an der Donau, Germany
in the
extra
field, Better BibLaTeX will export that to (for a Conference Paper) tovenue
. If the Zotero item is of another type, I'd need to know which. Better BibTeX will exportPlace
toaddress
, but doesn't exportEvent place
from theextra
field. I'll look into that.