Sjtuthesis: 参考文献作者大小写问题

Created on 19 Mar 2018  ·  2Comments  ·  Source: sjtug/SJTUThesis

老师说参考文献中作者大写看着很别扭,想问一下是否可以换成其他的style,使作者名可以小写

arebibliography typquestion

Most helpful comment

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}

All 2 comments

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}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

sjtuliubinyang picture sjtuliubinyang  ·  9Comments

zimaowang picture zimaowang  ·  4Comments

gaocegege picture gaocegege  ·  4Comments

xiaoch2004 picture xiaoch2004  ·  4Comments

sjtuminhang picture sjtuminhang  ·  4Comments