Do not use biblatex-jura2’s sorting template

Instead, use biblatex’s upstream nty template, which is more fit.
master
Simon Bruder 2023-09-22 13:47:11 +02:00
parent d88ced8f28
commit 8c4a44596b
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 29 additions and 0 deletions

View File

@ -120,6 +120,35 @@
\renewcommand*{\newunitpunct}{\addcomma\space}
% Global: Print all names in reverse order
\DeclareNameAlias{default}{sortname}
% Global: Do not use biblatex-jura2s sorting template
\DeclareSortingTemplate{nty}{
\sort{
\field{presort}
}
\sort[final]{
\field{sortkey}
}
\sort{
\field{sortname}
\field{author}
\field{editor}
\field{translator}
\field{sorttitle}
\field{title}
}
\sort{
\field{sorttitle}
\field{title}
}
\sort{
\field{sortyear}
\field{year}
}
\sort{
\field{volume}
\literal{0}
}
}
% Commentary (citedbytitle): Dont print title in italic (upstream doesnt know themselves?)
\DeclareFieldFormat[commentary]{maintitle}{\normalfont{#1}}