
As one can see I have defined special page numbers for the appendix; that works fine so far, however the entries in the index are not lined up (see attach). Why would that be and what can I do to get the alignment right even with the special page numbering?
Regards,
Marki
MWE:
Code: Select all
\documentclass[12pt,twoside,a4paper,english]{book}
\usepackage[plainpages=false, pdfpagelabels]{hyperref} %pdfbookmark
\begin{document}
\tableofcontents
\chapter{Ch1}
\section{1}
1
\newpage
\section{2}
2
\appendix
\chapter{Supplement}
\renewcommand{\thepage}{A--\arabic{page}}
\setcounter{page}{1}
\label{app:calcs}
blabla
\newpage
\section{AAA}
blabalbla
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\newpage
\mbox{}
\section{BBB}
blubblubb
\cleardoublepage
\section{CCC}
blubblubb
\end{document}