使用 amsrefs 对多位作者的姓氏/名字进行排序

使用 amsrefs 对多位作者的姓氏/名字进行排序

我正在使用amsrefs带有author-year选项的包。如果我有两位作者,我会在参考文献中输入作者姓名的输出:

姓氏、名字和名字 姓氏

\documentclass{article}
\usepackage[author-year]{amsrefs}

\begin{document}
\begin{bibdiv}
\begin{biblist}

\bib{SokalB1998}{book}{
 title={Fashionable Nonsense},
 subtitle={Postmodern Intellectuals’ Abuse of Science},
 author={Sokal, Alan},
 author={Bricmont, Jean},
 publisher={Picador USA},
 address={New York},
 date={1998}
 }

 \end{biblist}
 \end{bibdiv}
 \end{document}

有没有办法获得更一致的输出,例如:

姓氏、名字和姓氏、名字

相关内容