I would like to generate a list of references sorted by year, in descending order, i.e. recent references should appear at the top of the list while older references should appear towards the bottom.
I am making the references with the commands
Code: Select all
\bibliographystyle{astron}
\bibliography{publications2}
astron.bst
(attached):
Code: Select all
{ label extra.label sort.label }
Code: Select all
{ label extra.label sort.year }
Any idea how I can redefine the sort order?
Thanks!