Overleaf 的书目定制

问题描述

我目前有这个代码

 \usepackage[
backend=biber,citestyle=authoryear,bibstyle=authoryear,maxcitenames=2,maxbibnames=99]{biblatex}
\addbibresource{reference.bib}
\renewcommand*{\nameyeardelim}{\addcomma\space}
\DeclareNameAlias{sortname}{family-given}
\setlength\bibitemsep{1em}

像这样打印参考书目:

Birrell,S. 和 Donnelley,P. (2004)。 “欧文·戈夫曼对 体育社会学”。在:编辑。作者:R. Giulianotti。运动与现代 社会理论家。伦敦:Pal-grave Macmillian UK,第 49-64 页。

这是来自 .bib 文件的信息:

@inbook{birrel:2004,author={S. Birrell and P. Donnelley},editor={Giulianotti,R.},year={2004},title={Erving Goffman's Influence on the Sociology of Sport},series={Sport and Modern Social Theorists},publisher={Palgrave Macmillian UK},address={London},pages={49-64}

}

我需要去掉年份周围的括号以符合利兹哈佛的风格,就像这样:

姓氏,首字母。年。文章标题。期刊名称。卷(期号),页码

帮助!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...