書籍參考部分的標題錯誤

書籍參考部分的標題錯誤

我正在寫一本書,參考文獻部分的標題有一點問題:

偶數頁中的標題是章節名稱,奇數頁的標題是節名。

現在,當我在附錄之後介紹參考書目時,偶數頁的頁眉仍然是附錄章節的名稱。

這是我使用的:

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

相關內容