書籍の参照部分のヘッダーが間違っている

書籍の参照部分のヘッダーが間違っている

私は本を​​書いているのですが、参考文献部分のヘッダーにちょっとした問題があります。

偶数ページのヘッダーは章名、奇数ページのヘッダーはセクション名です。

さて、付録の後に参考文献を紹介するとき、偶数ページのヘッダーは付録の章の名前のままです。

私が使用しているものは次のとおりです:

\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}

関連情報