TheNetAdmin / zjuthesis

Zhejiang University Graduation Thesis LaTeX Template
https://thenetadmin.github.io/zjuthesis
MIT License
2.56k stars 601 forks source link

参考文献格式问题 #402

Closed minionschen closed 5 months ago

minionschen commented 5 months ago

操作系统

Windows

TeX 套件

TeXLive 2021 或更新的版本

TeX Compiler

XeTeX

zjuthesis 版本号

v10.0.0

MajorFormat

general

Degree

graduate

Type

thesis

Period

final

BlindReview

true

GradLevel

master

问题描述

参考文献同一条目换行时,如何才能调节行间距

编译日志

zjuthesis.log

代码

No response

截图

image

其他信息

No response

xfz329 commented 5 months ago

修改body/graduate/post/ref.tex为

\cleardoublepage
\begingroup
    % \linespreadsingle{}
    \linespreadonehalf{}
    \printbibliography[title={参考文献}]
\endgroup

就可以调整行间距了

minionschen commented 5 months ago

修改body/graduate/post/ref.tex为

\cleardoublepage
\begingroup
    % \linespreadsingle{}
    \linespreadonehalf{}
    \printbibliography[title={参考文献}]
\endgroup

就可以调整行间距了

谢谢老哥!