非常感谢您的帮助。我正在尝试更改我的参考书目风格(最好是AER 风格),但我不知道如何获得我想要的样式,甚至接近我想要的样式。我也不知道如何让 latex 删除参考书目中每个参考文献前面的数字。问题是我正在将此模板用于论文……我认为只是这里的这个模板:https://www.overleaf.com/latex/templates/georgia-tech-phd-thesis-template/hhvftnrbspbk
\documentclass[12pt]{report} %12 point font for Times New Roman
\usepackage[backend=biber, sorting=nyt, bibstyle=ieee, citestyle=authoryear, natbib]{biblatex} %reference manager
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Bibliography
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Add your bibliography file here
\bibliography{myjabrefbib}
%%%%%%%%%%%%%%%%%%%%%%
% Start of Document
%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{titlePage.tex}
\currentpdfbookmark{Title Page}{titlePage} %add PDF bookmark for this page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%
% References
%%%%%%%%%%%%%%%%
\begin{singlespace} % use single-line spacing for multi-line text within a single reference
\setlength\bibitemsep{\baselineskip} %manually set separataion betwen items in bibliography to double space
\printbibliography[title={References}]
\end{singlespace}
\end{document}