5
votes
2answers
123 views

Biblatex/biber keep cycling and not settle when using custom sort

I'm trying to do a custom sort: citation order -> year/month -> author -> title I think I got it in the style in the code below. However, when I run it: pdflatex -> biber -> pdflatex -> pdflatex. ...
4
votes
2answers
82 views

How to use a particular field in a specific entry type for sorting in biblatex

In answering this question: Creating Entry in Bibtex for Executive Orders I gave a biblatex solution which used a new entry type for Executive Orders. This particular entry type has no author, but ...
15
votes
1answer
208 views

Word-by-word sorting of authors in bibliography using biblatex/biber

I am using Biber/biblatex for the bibliography of my forthcoming book. I just received the last round of corrections from the copyeditor, and discovered that the sort order used in my bibliography is ...
10
votes
1answer
148 views

Wrong sorting for Biber with Norwegian sortlocale

There is a problem with the sorting for Biber when using sortlocale=nb_NO. \RequirePackage{filecontents} \begin{filecontents}{test.bib} @misc{a,author = {A}} @misc{b,author = {B}} @misc{c,author = ...