Skip to content

请问如何将参考文献改为单倍行距? #961

Answered by LogCreative
hotpot-fish asked this question in 提问
Discussion options

You must be logged in to vote
{
\linespread{1}\selectfont
% 参考文献
\printbibliography[heading=bibintoc]
}

但事实上 Word 模板由于开了文档网格,其行距并不是准确的单倍行距,而是根据网格间距而定。本模板使用 \fixedlineskip{20bp} 固定间距对于小四字的参考文献是合适的。

若需要与 Word 模板基本完全一致,需要同时定义参考文献字号为五号,并设定为固定间距 15.6 磅:

{
% 文献表字体
\renewcommand{\bibfont}{\zihao{5}}
% 设定固定间距
\fixedlineskip{15.6bp}
% 参考文献
\printbibliography[heading=bibintoc]
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by skyzh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
提问
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #957 on June 06, 2023 03:06.