-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
编译环境
编译的系统:macOS 12.2.1
TeX 发行版:TeX Live 2021
模板版本:v7.2.3
模板类型:doctor / master / bachelor
描述问题
#733 指出,章标题过长时,页眉内容与页眉线会向下挤甚至与正文内容重叠。
根据研究生院的姚飞老师建议,应改为页眉线位置不变,多行页眉的文字内容向上移动。
复现上述问题的代码:
\documentclass[degree=master,language=english]{thuthesis}
\usepackage{lipsum}
\begin{document}
\chapter{Short heading}
\chapter{%
Long \\
long \\
long \\
heading%
}
\lipsum
\chapter{Short heading}
\end{document}