我已经使用撰写了我的论文\documentclass[a4paper,12pt,twoside, openany]{ThesisStyle}
,其中一个ThesisStyle
是自定义文档类。
编译后,摘要中会出现表格列表的标题。我该如何更改序言,以便“表格列表”出现在下一页上?
梅威瑟:
\documentclass[a4paper,12pt,twoside, openany]{ThesisStyle}
\usepackage{fancyhdr}
\pagestyle{fancy} % Sets fancy header and footer
\fancyfoot{} % Delete current footer settings
\fancyhead{} %by smita
\fancyfoot[C]{\bfseries\thepage} %%%%by smita:
% pages and right on odd pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\fancyhead[RE]{\bfseries\nouppercase{\leftmark}} % Chapter in the right on even pages
\fancyhead[LO]{\bfseries\nouppercase{\rightmark}} % Section in the left on odd pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begingroup
\let\cleardoublepage\clearpage
%\pagestyle{plain}
\tableofcontents
\listoffigures
\listoftables
\endgroup
\newpage
%\thispagestyle{plain}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\linespread{1.25}
%\newpage
\begin{center}
%%\noindent\rule[2pt]{\textwidth}{0.5pt}
{\LARGE\textbf{Abstract}}
\end{center}
Some text .....some text...some text
\end{document}
%\noindent\rule[2pt]{\textwidth}{0.5pt}