
Estou escrevendo um livro e tenho um probleminha com o cabeçalho na parte de referências:
O cabeçalho nas páginas pares é o nome do capítulo e nas páginas ímpares é o nome da seção.
Agora, quando apresento a bibliografia após o apêndice, o cabeçalho das páginas pares ainda é o nome do capítulo do apêndice.
Aqui está o que eu uso:
\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}
Qualquer ajuda é apreciada.
Responder1
Muito obrigado pelas suas explicações
Aliás, resolvi o problema usando isto:
\Extrachap{References}
\bibliographystyle{ieeetr}
\bibliography{Bib/data-base}