HFUTTUG / HFUT_Thesis

LaTeX Thesis Template for Hefei University of Technology
LaTeX Project Public License v1.3c
150 stars 24 forks source link

正文中奇数页和偶数页的页眉不符合学校的要求。 #60

Open kobeIsMyYouth opened 8 months ago

kobeIsMyYouth commented 8 months ago

检查

编译环境

描述问题

在规范中,奇数页页眉应该为本章标题,偶数页页眉应该为“合肥工业大学博士研究生学位论文”。但是用overleaf编译出来的结果是:奇数页和偶数页都是本章标题。

截图:

复现上述问题的代码:

\documentclass[degree=doctor]{hfutthesis}
\begin{document}
abc
\end{document}