My LaTeX looks as follows (I omit somethings):
\documentclass{amsbook}
\usepackage{fancyhdr,etoolbox}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\thepage}
\fancyhead[LO]{\nouppercase\rightmark}
\fancyhead[RE]{\nouppercase\leftmark}
\renewcommand{\contentsname}{Table of contents}
\makeatletter
\patchcmd{\@tocline}
{\hfil}
{\leaders\hbox{\,.\,}\hfil}{}{}
\makeatother
\begin{document}
\pagestyle{plain}
\frontmatter
\title{\textsc{AAAZZZ}}
\author{LZ}
\maketitle
\chapter*{Abstract}
The goal of this notes is to describe \ldots
\chapter*{Acknowledgements}
I offer my sincerest gratitude to \ldots
\tableofcontents
\mainmatter
\cleardoublepage
\pagenumbering{arabic}
\pagestyle{fancy}
\chapter{Preliminaries on A}
\chapter{Results on Z}
\appendix
\chapter{More results on Z}
\backmatter
\begin{thebibliography}{10}
\end{thebibliography}
\end{document}
My bibliography has 2 pages, the (right part of the) header of its 2nd page looks like "B. Bibliography" (the left part of the header on the same page is the page number). How do I change it to "Bibliography" only (eliminating "B. ")?
\'etaleetc. each time, because I use that quite often)? – Lao-tzu Dec 17 '19 at 12:00\usepackage[french]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc}in the preamble everything always works. However it's been a long time since I've asked myself any questions about that (these lines have been on all of my documents since I begun to use LaTeX), so I don't really remember how it works. If it doesn't work for you, maybe you will find an answer here or here. – Vincent Dec 17 '19 at 16:01