Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntvy sorting scheme #486

Closed
maieul opened this issue Sep 22, 2016 · 1 comment
Closed

ntvy sorting scheme #486

maieul opened this issue Sep 22, 2016 · 1 comment
Labels

Comments

@maieul
Copy link
Contributor

maieul commented Sep 22, 2016

Maybe we could add the following sorting scheme

\DeclareSortingScheme{ntyv}{
\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{volume}
\literal{0}
}
\sort{
\field{sortyear}
\field{year}
}
}


Some time, the volume are not published in there order number, and as the volume field is printed before the year field…
@plk
Copy link
Owner

plk commented Sep 22, 2016

Again, I'd rather not put things in the core which are discipline or style specific since it's easy to modify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants