Add Venue (Country) for conference proceedings
Hello everyone, I want to ask you how to add "Venue+(Country)" in bibliography list for conference paper like this "European Conference on Antennas and Propagation (EuCAP). The Hague (Netherlands)".
<<else-if type="paper-conference speech" match="any">>
<<group delimiter=". " suffix=", ">>
<<text macro="title"/>>
<<text macro="event"/>>
<<text macro="editor"/>>
<</group>>
<<text macro="collection"/>>
<<group delimiter=", " suffix=".">>
<<text macro="issued"/>>
<<text macro="page"/>>
<<text macro="status"/>>
<</group>>
<<text macro="access"/>>
<</else-if>>
<<else-if type="chapter">>
<<else-if type="paper-conference speech" match="any">>
<<group delimiter=". " suffix=", ">>
<<text macro="title"/>>
<<text macro="event"/>>
<<text macro="editor"/>>
<</group>>
<<text macro="collection"/>>
<<group delimiter=", " suffix=".">>
<<text macro="issued"/>>
<<text macro="page"/>>
<<text macro="status"/>>
<</group>>
<<text macro="access"/>>
<</else-if>>
<<else-if type="chapter">>
In Zotero, enter this information in the Place or Event Place field.
I tried to insert “event-place” macro as shown in https://pastebin.com/q0aWKUYp
But without any result