按年份排列引文,按日期排列参考书目

按年份排列引文,按日期排列参考书目

我希望文内引用按日期 ( authoryear) 排序,同时参考书目按第一作者的字母顺序排列。目前,文内引用仅按我输入的顺序打印。有没有办法让它们自动排序?

\documentclass{article}
\usepackage[utf8]{inputenc}
\bibliographystyle{amnat2-new}
\usepackage[authoryear]{natbib}
\begin{document}

Here are some citations \citep{Zeh1996,Angelard2008,Burkhardt1985,Chapman1998}

\bibliography{Bibfile.bib}
\end{document}

我希望文本内容如下:

以下是一些引用(Burkhardt 1985;Zeh 1996;Chapman 1998;Angelard 2008)

相关内容