老师说参考文献中作者大写看着很别扭,想问一下是否可以换成其他的style,使作者名可以小写
biblatex-gb7714-2015 的作者已经在最近的更新中增加了 gbnamefmt 选项用于控制姓名的大小写和输出格式,不过目前尚未上传到 CTAN。你可以在 biblatex-gb7714-2015 项目的 GitHub 页面下载最新版手动安装。
姓名默认情况下字母大写的,即
gbnamefmt=uppercase,设置gbnamefmt=lowercase可以不处理保持原始的大小写,设置gbnamefmt=none则使用biblatex标准样式的处理方式。
\RequirePackage[backend=biber,style=gb7714-2015,gbnamefmt=lowercase]{biblatex}
Most helpful comment
biblatex-gb7714-2015的作者已经在最近的更新中增加了gbnamefmt选项用于控制姓名的大小写和输出格式,不过目前尚未上传到 CTAN。你可以在biblatex-gb7714-2015项目的 GitHub 页面下载最新版手动安装。