LaTEX:将参考文献中的引用格式更改为首先列出作者的姓氏

LaTEX: changing the format of citation in References to list authors' last name first

参考部分的格式好像有点不对劲!你能告诉我如何格式化引文以首先列出作者的姓氏吗?

谢谢大家。

这是参考部分中的当前表格:

 C. B. Grimmond, A. Isard, and J. Belding. Development and evaluation of
     continuously weighing mini-lysimeters. Agricultural and Forest Meteorology,
     62(3-4):205{218, 1992.

我使用 BibDesk 来组织引文数据库。这是我在 TeXstudio 中使用的内容:

 \documentclass[]{article}
 \usepackage[pdftex]{graphicx}
 \usepackage[round]{natbib}

 \begin{document}


 \bibliographystyle{plainnat}
 \bibliography{/Users/me/Citation/citation}

 \end{document}

您可以尝试将 Bibtex 参考书目样式更改为 'acm' 或 'apalike'

  \bibliographystyle{stylename}
  \bibliography{bibfile}

阅读更多关于其他风格的信息:https://www.sharelatex.com/learn/Bibtex_bibliography_styles