我想在每个页面的页眉上写上子部分的名称。但是,我只希望页眉在常规文本开始后(即在目录、图表列表等之后)包含子部分的名称...
有人能帮我吗?到目前为止,我只设法想出了这段代码,它只打印每页上的部分名称,而不打印子部分。
任何举办都将不胜感激!!
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[R]{\rightmark}
\cfoot{\thepage}
\begin{document}
\section{Introduction}
\subsection{Objectives of the thesis}
\end{document}