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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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