BibTeX, biblatex and biberSorting option Bibliography First Author then Year

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Gaullum
Posts: 2
Joined: Wed Jul 23, 2014 10:39 am

Sorting option Bibliography First Author then Year

Post by Gaullum »

Dear all,

I'm a biologist and not very experienced with LaTeX. I decided anyway to write my thesis in LaTeX, instead of Word, for obvious reasons.

I was quite satisfied with the result except for one little detail. As a biologist, I'm used to sort my bibliography using the first author name, followed by the year, and then followed by the names of other authors.

For example:

1) A. Anderson, J. Smith, R. Ford (1975)
2) A. Anderson, G. Conway (1987)
3) J. Smith, R. Ford, A. Anderson (1980)

The problem arose when I had several articles with the same first author. Using the authoryear sorting option, my bibliography was sorted using the name of the first author, then the second author, ... and only after that the year.

Example:
1) A. Anderson, G. Conway (1987)
2) A. Anderson, J. Smith, R. Ford (1975)
3) J. Smith, R. Ford, A. Anderson (1980)

I could not find an easy way to modify this parameter, and I would like to know if there is a sorting option (like "firstauthoryear") allowing for this specific sorting order. If not, do you know where I could ask for this option to be included in the sorting options of biber?

I think that this is an important option for biologist users, in particular those who are reluctant to use it since it is less "easy" than word/endnote to use.

Hope you can help me.

Best

G.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Sorting option Bibliography First Author then Year

Post by Johannes_B »

I really like to help you, but you did not provide a minimal document to test possible solutions. Right now, i can only send you to the biblatex documentation, section C.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Gaullum
Posts: 2
Joined: Wed Jul 23, 2014 10:39 am

Re: Sorting option Bibliography First Author then Year

Post by Gaullum »

Hi,

attached is a minimal document describing my problem (together with the corresponding .bib bibliography file).

Thank you very much for your help

G.
Attachments
Biblio.bib
Bibliography file
(753 Bytes) Downloaded 399 times
Minimal-document-bibliography-sorting-problem.tex
Minimal document
(862 Bytes) Downloaded 451 times
Post Reply