-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改作者字体格式后,第一条参考文献前出现不期望的缩进 #169
Comments
结果为: |
感谢您的解答~经过排查,不是[biblatex-gb7714-2015]包的问题,是我全局改变了normalsize,导致了该问题。现问题已解决 % 全局设置equation环境与正文的间距 |
问题描述:
我的目标是在参考文献中更改作者格式(对应的代码在最后四行),但为何在第一条参考文献前出现大量不期望的缩进(如下图所示)。完整代码如下所示:
已做的尝试:
\usepackage[
backend=biber,
style=gb7714-2015,
gbpub=false,
gbnamefmt=lowercase,
sorting=none,
url=false,
doi=false,
]{biblatex}
\addbibresource{ref/ref.bib}
% 设置参考文献每条内的行距
\usepackage{setspace}
\setlength{\bibitemsep}{1.5\itemsep}
% 设置参考文献格式
\DeclareFieldFormat[article,periodical]{volume}{\color{my_orange}\textbf{#1}}
\DeclareFieldFormat{journaltitle}{\textit{#1}}
\renewcommand{\bibpubfont}{\color{pub_gray}}
\AtBeginBibliography{%
\renewcommand*{\mkbibnamefamily}[1]{\sffamily #1}%
\renewcommand*{\mkbibnamegiven}[1]{\sffamily #1}%
}%
The text was updated successfully, but these errors were encountered: