Bibliography in chronological order
Hello, good morning,
Is there any command that organizes the bibliography in chronological order (for each author, from the oldest to the most recent)?
Thank you.
Is there any command that organizes the bibliography in chronological order (for each author, from the oldest to the most recent)?
Thank you.
I am using a style adapted to the Portuguese legal system. Ideally, the index should be arranged by the author's name and the publication date.
<sort>
<key macro="author"/>
<key macro="year" sort="ascending"/>
</sort>
Here it uses the macros, but you can just use variable="author" also.
See https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step for how to edit a style and the CSL documentation on sorting: https://docs.citationstyles.org/en/stable/specification.html#sorting
I will try this solution and confirm later!
Best regards.
Hello,
I’m using Zotero with the Chicago Manual of Style, but the bibliography is being listed only in chronological order. I want to partition it by document type (e.g., books, reports, published and unpublished theses) into separate sections. I tried doing this manually by cutting and pasting, but when I refresh the document, all my changes are lost, and it reverts to chronological order.
Is there a way to automatically organize the bibliography by document type without losing my custom sections when refreshing?
Thanks for your help!