No chronological order in bibliography
hello,
in cases where i have multiple texts by the same author, zotero does not put them in chronological order in the bibliography. it should have the erliest publication at the top and the most recent at the bottom.
by looking at my CSL (publicly linked below), can any body tell me how to change that?
http://gist.github.com/469202
thanks a lot!
j.w.h.
in cases where i have multiple texts by the same author, zotero does not put them in chronological order in the bibliography. it should have the erliest publication at the top and the most recent at the bottom.
by looking at my CSL (publicly linked below), can any body tell me how to change that?
http://gist.github.com/469202
thanks a lot!
j.w.h.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<sort>
<key macro="author"/>
<key variable="title"/>
</sort>
and add a line to sort for date after the author line, so that you get
<sort>
<key macro="author"/>
<key macro="year-date"/>
<key variable="title"/>
</sort>
(you can also use <key variable="issued"/> but I usually prefer just sorting by year.
For future reference: the name of the year macro - "year-date" - is style specific, that's what J.W. called it, it may have a different name in a different style.
thanks!
j.w.h.
i took older an older back up version of the CSL and installed it: the same picture.
how is that possible...???
<label variable="locator" form="short" suffix=". " prefix=": "/>
puts ": pp." (or p. for single pages) in front of every page reference in the citations.
<label variable="locator" form="short" suffix=". "/>
does the same for ibids.
That's all I can tell you - the style is doing what it's supposed to do.