Sort multiple sources
Hi all
I've started using Zotero after a few months away and I'm now having difficulties with the ordering of authors in a citation. How do I get them listed in alphabetical order rather than whatever order I select them? I think there used to be a button for 'keep sources sorted', but this isn't showing now. I'm using a modified version of Harvard.
I've had a hunt on the forum but haven't found a clear answer - please point me in the right direction if I've missed it. Grateful for any help.
Thanks
Kate
I've started using Zotero after a few months away and I'm now having difficulties with the ordering of authors in a citation. How do I get them listed in alphabetical order rather than whatever order I select them? I think there used to be a button for 'keep sources sorted', but this isn't showing now. I'm using a modified version of Harvard.
I've had a hunt on the forum but haven't found a clear answer - please point me in the right direction if I've missed it. Grateful for any help.
Thanks
Kate
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.
Under "Citations with Multiple Cited Items".
Does that help?
Find this:
<sort>
<key macro="year-date"/>
<key macro="author-short"/>
</sort>
and flip it around so you get:
<sort>
<key macro="author-short"/>
<key macro="year-date"/>
</sort>