学校毕业论文格式对奇数页页眉和偶数页页眉有要求,遇到问题请教
这里写自定义目录标题
学校今年论文格式改版了,对奇数页页眉和偶数页页眉有要求,我和我同学使用的同一个模板,他的能编译出来,但是我的不可以。实在找不到解决方案了,麻烦大家看一下。以下是我的导言区:
\documentclass[a4paper,CJK,twoside]{cctbook}
\usepackage{chngpage}
\usepackage{array}
\usepackage{fancyhdr}
\usepackage{amssymb,amsmath,amsthm,amscd,graphicx}
\usepackage{algorithmic}
\usepackage{bm}
\usepackage{mathrsfs,bbding,color}
\usepackage{times}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{float}
\usepackage{epstopdf}
\usepackage{xcolor,graphicx,float}
\usepackage{subfigure}
\usepackage{chngcntr}
\usepackage{booktabs}
\usepackage{ccaption}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{threeparttable}
\usepackage{setspace}
\usepackage{epsfig}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{amsfonts}
\usepackage{amsthm}
%\usepackage[numbers,sort&compress]{natbib}
%\usepackage{latexcad}
\usepackage[compress]{cite} %[4-8]
\usepackage{enumerate} %(1)(2)(3)…
\usepackage{graphicx}
\usepackage{subfigure} % 子图
\usepackage{arydshln} %带虚线
\usepackage{color}
\usepackage{cite}
\usepackage{setspace}
\usepackage{indentfirst}%首行缩进
\geometry{left=2.5cm,right=2.5cm,top=3.5cm,bottom=2.5cm}%页边距
\usepackage[numbers,sort&compress]{natbib}
\newcommand{\supercite}[1]{\textsuperscript{\cite{#1}}}
\usepackage{ccmap}
\def\df{\dotfill}
\makeatletter% amsthm: get rid of \itshape and @addpunct{.}
\renewenvironment{proof}[1][\proofname]{\par%
\pushQED{\qed}%
\normalfont \topsep6\[email protected]@plus6\[email protected]\relax%
\trivlist%
\item[\hskip\labelsep%
#1]\ignorespaces%
}{%
\popQED\[email protected]%
}
\renewcommand{\proofname}{\normalfont\bf 证明}
\makeatother
\newcommand{\1}{\hspace{5mm}}
\renewcommand\baselinestretch{1.25}
\makeatletter
\[email protected]{\pushziti
\vbox{\hbox to\textwidth{\rlap{\textbf{\thepage}}
\hfil{\leftmark}\llap{}\hfil\mbox{}}
\protect\vspace{1truemm}\relax
\hrule depth0pt height0.1truemm width\textwidth
}\popziti}
\[email protected]{\pushziti
\vbox{\hbox to\textwidth{\mbox{}\hfil\rlap{}{\rightmark}
\hfil\llap{\textbf{\thepage}}}
\protect\vspace{1truemm}\relax
\hrule depth0pt height0.1truemm width\textwidth
}\popziti}
\[email protected]{}
\[email protected]{}
\makeatother
以下是我的关于页眉页脚那部分
\fancypagestyle{plain}{
\pagestyle{fancy}}
\chapter{绪论 }
\fancyhead[CO]{\songti\zihao{5} 大连海事大学硕士学位论文}
\fancyhead[CE]{\songti\zihao{5} Petersen图的两类控制数研究}
以下是编译结果
我只需要中间那部分,不需要左边以及右边的绪论,请问我该怎么改??