Text FormattingSort a Bibliography by Year

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
frodojedi
Posts: 20
Joined: Fri Feb 18, 2011 1:23 am

Sort a Bibliography by Year

Post by frodojedi »

Hi,

I want to sort my list of references by year (ascending order). I just use the simple basic commands:

Code: Select all

\bibliographystyle{plain}
\bibliography{my_bibliography}
Any suggestions?

Thanks in advance
Cheers

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Sort a Bibliography by Year

Post by kaiserkarl13 »

I recall there is a plainyr or some such that does this. Someone also wrote a plainyr-rev style that numbers them in reverse order by year (for publication lists and the like).
Post Reply