GeneralCitation order by year

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kelk
Posts: 2
Joined: Tue Sep 11, 2007 1:11 pm

Citation order by year

Post by kelk »

I am trying to order my citations by year rather than author e.g. (Zimmer 1963, Andrews 2002). Using natbib I seem to only be able to order them alphabetically, or in the order they appear in the .tex file. Ideally I would rather not go through my entire document re-sorting every multiple citation (generally entered in random date order). I have tried various [sort] options for natbib but to no avail. Any suggestions?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Citation order by year

Post by pumpkinegan »

Create a custom bibliography style by running

Code: Select all

latex makebst
from the command prompt. There are a series of multiple choice questions which should allow you to tailor what you want.
kelk
Posts: 2
Joined: Tue Sep 11, 2007 1:11 pm

Re: Citation order

Post by kelk »

Thanks for the tip pumpkinegan. Downloaded and installed makebst (not in my default distribution). Citation options in the menu did not seem to offer what I need. I could delve into the code but am a week away from submission and two chapters still to write; no time for finding my way through TeX macros. Was really hoping there would be a 'ready made' option, but thats what I get for leaving it to the last minute!
Post Reply