当我编译这个MWE时:
\documentclass[numbers=noendperiod,
fontsize=11pt,
twoside,
a4paper]{scrbook}
\usepackage[backend=biber, autolang=hyphen, style=ieee-alphabetic,
maxnames=10, dashed=true]{biblatex}
\usepackage{filecontents}
\begin{filecontents}{bad-bib.bib}
@book{cohn-algebra,
Author = {Paul Moritz Cohn},
Title = {Universal Algebra},
Publisher = {D. Reidel Publishing Company},
Year = {1981}}
@book{cohn-algebra-gra,
Author = {Paul Moritz Cohn},
Title = {Basic Algebra: groups, rings, and fields},
Publisher = {Springer},
isbn = {978-1-4471-1060-6},
Year = {2003}}
@book{cohn,
Author = {Donald L. Cohn},
Title = {Measure Theroy},
Publisher = {Birkh{\"a}use, Boston},
Year = {1980}}
\end{filecontents}
\addbibresource{bad-bib.bib}
\begin{document}
\chapter{The first}
This is the document. \cite{cohn-algebra,cohn-algebra-gra,cohn}
\printbibliography
\end{document}
我在参考书目排序方面遇到了错误。有什么帮助吗?