书籍参考部分的标题错误

书籍参考部分的标题错误

我正在写一本书,参考文献部分的标题有点问题:

偶数页的页眉为章节名称,奇数页的页眉为节名称。

现在,当我在附录后介绍参考书目时,偶数页的页眉仍然是附录章节的名称。

以下是我使用的:

\documentclass[graybox,envcountchap,sectrefs]{svmono}

% choose options for [] as required from the list
% in the Reference Guide

\usepackage{mathptmx}

\usepackage{helvet}
\usepackage{courier}

%
\usepackage{type1cm}         

\usepackage{makeidx}         % allows index generation

\usepackage{graphicx}        % standard LaTeX graphics tool
                             % when including figure files

\usepackage{multicol}        % used for the two-column index

\usepackage[bottom]{footmisc}% places footnotes at page bottom

\usepackage{amsmath,amssymb,oldgerm,epsfig,graphics,float,rotating,rotate,enumerate,euscript,cite,subfigure,ifthen,longtable,array}

\usepackage{xcolor,rotating,adjustbox,pdflscape}

\usepackage{mathrsfs}

\usepackage{rotating,pbox}

\usepackage[makeroom]{cancel}


% see the list of further useful packages
% in the Reference Guide

\makeindex             % used for the subject index
                       % please use the style svind.ist with
                       % your makeindex program

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\author{name}

\title{book}

%\subtitle{-- Monograph --}

\maketitle

\mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\include{part/part}

\include{chap1/chap1}

\include{chap2/chap2}

\include{chap3/chap3}

\include{chap4/chap4}

\include{chap5/chap5}

\include{chap6/chap6}

\include{appendix/appendix}

\backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\bibliographystyle{ieeetr}

\bibliography{Bib/data-base}

任何帮助都将受到赞赏。

答案1

非常感谢你的解释

顺便说一句,我使用这个解决了这个问题:

\Extrachap{References}
\bibliographystyle{ieeetr}
\bibliography{Bib/data-base}

相关内容