BYRIO / BUPTBachelorThesis

A LaTeX Template for BUPT Bachelor Thesis (updated in 2023)
MIT License
172 stars 28 forks source link

答辩的时候被提出了标题和正文间距太小的问题 #30

Closed wythedee closed 3 months ago

wythedee commented 3 months ago

示例如下:

\chapter*{test}
一段文字

image 效果是这样的,答辩老师评价太丑了,想问一下我应该如何修正

wythedee commented 3 months ago

找到BUPTthesisbachelor.sty文件里的

\titlespacing{\chapter}{0pt}{-1ex plus .2ex minus .2ex}{-1ex plus .2ex minus .2ex} % 缩短章节标题的上边距

这一个部分调成

\titlespacing{\chapter}{0pt}{-1ex plus .2ex minus .2ex}{2ex plus .2ex minus .2ex} % 缩短章节标题的上边距

就可以解决了