我的论文摘要的页眉是上一节的页眉,缩写,应该是“摘要”而不是“缩写”,但我不知道如何修复它。这是我的论文的 latex 代码:
% !TeX spellcheck = en_CA
\documentclass[12pt,a4paper,oldfontcommands]{memoir}
\usepackage{saidphdthesis}
\begin{document}
\pagenumbering{roman}
\thispagestyle{empty}
\include{title}
\cleardoublepage
\tableofcontents*
\cleardoublepage
\listoffigures*
\cleardoublepage
\listoftables*
\cleardoublepage
\include{nomenclature}
\include{abstract}
\include{acknowledgement}
\pagenumbering{arabic}
\include{Introduction}
\include{chapter1}
\include{chapter2}
\include{chapter3}
\include{conclusion}
\bibliographystyle{apsr}
\bibliography{merged}
\end{document}
saidphdthesis
是包含了论文所有设置的样式文件。
任何帮助都将受到欢迎。
答案1
你所做的是一个谜,\include{file}
我们不知道各个file
s 中的内容。尝试自己调试,通过将每个替换\include{file}
为 的前几行file
(无需超出{chapter2}
,也可以只保留 ,\tableofcontents*
而不是其他listof...
。还可以将第一个替换\pagenumbering{roman}
为\frontmatter
,将第一个\pagenumbering{arabic}
替换为\mainmatter
。你最好考虑提供已编辑代码的 MWE。
检查memoir
文档 ( ) 以了解和> texdoc memoir
的效果。\frontmatter
\mainmatter
答案2
我通过在末尾添加以下行解决了该问题abstract.tex
:
\markboth{Abstract}{Abstract}