提问于:
浏览数:
4173
## 编译环境
操作系统
* [x] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [ ] TexLive `年份`
* [ ] MikTeX `版本号`
* [x] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
设置奇数页为章节名称,格式为五号宋体字,但是参考文献页的页眉与正文中的参考文献四字格式一致,也就是黑体三号。
并且之后添加致谢页,页眉也为参考文献。
![](https://wenda.latexstudio.net/data/attach/200920/A8zWY6Fm.png)
![](https://wenda.latexstudio.net/data/attach/200920/jxK0ftM2.png)
![](https://wenda.latexstudio.net/data/attach/200920/t6LWffA2.png)
`%%%%%------------页眉页脚设置----------%%%%%
\pagestyle{fancy}
\renewcommand{\sectionmark}[1]{\markboth{第 \chinese{section} 章\quad #1}{}}
%\renewcommand{\headrulewidth}{0pt}
%\fancyfoot[C]{-\,\thepage\,-}
%\renewcommand{\footrulewidth}{0pt}
%\let\ps@oldplain\ps@fancy % 清除旧格式,使用新格式
\fancyhf{}
\fancyhead[CO]{\zihao{5} \songti 郑州轻工业大学硕士学位论文}
\fancyhead[CE]{\zihao{5} \songti\leftmark} % 偶数页页眉为文章标题
\fancyfoot[C]{\zihao{-5} \thepage}
\setlength{\footskip}{10pt}
`
` \newpage
\phantomsection
\addcontentsline{toc}{section}{参考文献}
\bibliography{ref}`