-
Notifications
You must be signed in to change notification settings - Fork 119
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
sorting of dynamic entry sets #1405
Comments
And even if it wouldn't act like a |
Please try DEV biber from SF - this was indeed a bug (in |
Works well for Ulrike's MWE. But for the original problem in https://tex.stackexchange.com/q/732492/35864 we have the following modification of the MWE \documentclass{article}
\usepackage{csquotes}
\usepackage[backend=biber,style=chem-angew,sorting=none,subentry]{biblatex}
\usepackage{hyperref}
\addbibresource{biblatex-examples.bib}
\defbibentryset{WesfahlAksin}{westfahl:space,aksin}
\begin{document}
Hello World.
I'm gonna cite a single Book first.\autocite{angenendt}
Now I want the set.\autocite{aksin}
And finally, another single citation.\autocite{bertram}
\printbibliography
\end{document} where I still get the undesired sort order. |
Should be fixed now in DEV. |
I just tested with the original question and it looks fine now. |
According to the documentation,
\defbibentryset
works like a nocite. From this I would have expected the set to have the label2
and be in the middle of the bibliography:But instead it is sorted at the end:
The text was updated successfully, but these errors were encountered: