![](https://pics.latexstudio.net/data/images/202002/1c1aa50197ea56f.png)
![](https://pics.latexstudio.net/data/images/202002/d9665e7b9a76e6b.png)
有三个问题:
1.两页的目录如何去掉页眉,我使用了\thispagestyle{empty},但是只有第二页的目录页眉去掉了,第一页的页眉还在。、
2.如何将两页的目录缩为一页,这样就可以使用\thispagestyle{empty}将目录页页眉去掉。
3.如图2所示,加入正文的最后一页是20,我们附录有两页,如何将两页附录的页眉都设置成page 20 of 20
代码如下:
\documentclass{mcmthesis}
\mcmsetup{CTeX = false, % 使用 CTeX 套装时,设置为 true
tcn = 0000, problem = A,
sheet = true, titleinsheet = true, keywordsinsheet = true,
titlepage = false, abstract = true}
\usepackage{palatino}
\usepackage{lipsum}
\title{my paper on problem A}
\author{Shen Chen \and Tian Wang}
\date{\today}
\usepackage{indentfirst}
%\setlength{\parindent}{2em}%首行缩进
\begin{document}
\begin{abstract}
\lipsum[1]
\begin{keywords}
keyword1; keyword2
\end{keywords}
\end{abstract}
\maketitle
\tableofcontents
%\pagestyle{empty}
\section{Introduction}
\subsection{Problem Background}
\subsection{Reatatement of the problem}
\subsection{Our Works}%详细的摘要画一张流程图美观好看
\section{Assumptions and Symbols}
\subsection{General Assumptions}
\subsection{Variable Descriptions}
\section{The establishment and solution of the model}
\subsection{For three ISO cargo containers, a set of drones and a set of medical kit is recommended}
\subsubsection{Analysis of problem A}
\subsubsection{Determine the number of cargo holds and medical kits for uav}
\subsubsection{Determination of the number of drones}
\subsubsection{The conclusion of problem A}
\subsection{Determine of the optimum position}
\subsubsection{Analysis of problem B}
\subsubsection{Determination of the time decay factor}
\subsubsection{ The ISO cargo containers are shipped to a location}
\subsubsection{ The ISO cargo containers are shipped to two locations}
\subsubsection{ The ISO cargo containers are shipped to three locations}
\section{Strengths and weaknesses of the model and its generalization}
\section{Promble1}
\section{Promble2}
\section{Promble3}
\section{Promble4}
\lipsum[1]
\subsection{Strengths}
\subsection{ Weaknesses}
\subsection{Generalization}
\newpage
{\centering \section{Memo}}
{\large MEMORANDUM
TO:Chief Operating officer
FROM:Team\#0000}
{\large Best,
Team\#0000}
\clearpage
\section{Reference}
\lipsum[3]
\newpage
\begin{appendices}
\lipsum[1]
\lipsum[2]
\lipsum[3]
\lipsum[3]
\lipsum[3]
\lipsum[3]
\lipsum[3]
\end{appendices}
\end{document}
一周热门 更多>