Biogeosciences in-text citation
Hi,
Biogeosciences states that in-text citations can be ordered alphabetical or chronological but I find the .csl file is created only for alphabetical order. May I know how to change the style to chronological? Thanks.
Biogeosciences states that in-text citations can be ordered alphabetical or chronological but I find the .csl file is created only for alphabetical order. May I know how to change the style to chronological? Thanks.
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.
So you will need to change that style and save it with a new name and also change the file ID and self-link in lines 5+6 of the code.
Then for the sorting, you will find this in the <citation part of the code (lines 146...). You can see it has a section called sort and another one called layout. The latter is just all the different elements of how the in-text citation will look (author, year etc.).
The sort part sets, hierarchically, for which variable/macro the style should sort first. You can see it first sorts for the author macro and THEN for the year-date macro. Switch those two and that's all you need.
Thanks a lot for this info, which is what I exactly did and it's already working.