1

Possible Duplicate:
biblatex sorting by date

I would like to sort my bibliography by year and month in reverse order. For example, a publication from Jan. 2011 should appear after one from Dec. 2011. Is there an easy way to do this?

1yen
  • 351
  • 3
    Maybe you should have a look at this answer. It explains how to sort entries by year and month with biblatex and biber. You can say \sort[direction=descending] for reverse order. – ienissei Mar 14 '12 at 08:14
  • thanks for the link, I didn't find that. I am having a hard time with biber (using backend=biber); it gives errors when running bibtex:

    I found no \citation commands---while reading file dzpubs.aux I found no \bibdata command---while reading file dzpubs.aux I found no \bibstyle command---while reading file dzpubs.aux (There were 3 error messages)

    – 1yen Mar 14 '12 at 09:03
  • There are already a few questions about how to run biber properly. My first guess would be: did you make sure that your editor properly runs biber instead of bibtex (in TeXshop for instance, it is in Preferences > Engine > Bibtex). Otherwise, it probably won't compile. – ienissei Mar 14 '12 at 09:26
  • @1yen Don't run bibtex when you're using biber. Run biber instead of bibtex. – Thorsten Mar 14 '12 at 09:43
  • 1
    @Audrey Perhaps you can add a hint about \sort[direction=descending] in your linked answer, so that we can close this question as a duplicate. – lockstep Mar 23 '12 at 19:56
  • @lockstep Done! – Audrey Mar 25 '12 at 16:28

0 Answers0