After including more on my appendix, I got the following error: LaTeX Error: Counter to large.
I've got more than 30 sides in the appendix, but after Z the acrobat shows AA, BB, ... that's ok, but these pagenumbers aren't shown like the A, B, C, ... on the page and seem to throw the error.
How can I show the pagenumbers and fix it?
Here's an extract of my document (sorry, my pagestyle is a bit confusing):
\documentclass[twoside,10pt,english,openright]{report}
\usepackage{appendix}
\usepackage[...]{hyperref}
\usepackage{fancyhdr}
....
\begin{document}
%define pagestyle
\fancyhf{} % empty header and footer
\fancyfoot[LE,RO]{\thepage}
\fancyhead[LE,RO]{\leftmark}%leftmark produce CHAPTER 2. CHAPTER TWO TITLE
\fancyhead[RE,LO]{\rightmark}%rightmark produce 2.3 SECTION TITLE
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\pagestyle{fancy}%empty for NO style, plain for just a page number
\fancypagestyle{plain}{%\chapter causes plain page style. So redefine it for chapter sites
\fancyhf{}%
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.4pt}
}
%
....
\pagenumbering{Alph}
\setcounter{page}{1}
\begin{appendices}
\input{./chapters/appendix}
\end{appendices}
\end{document}
...and\inputand jump towards the end with\setcounter{chapter}{24}or something then make a small example that demonstrates the problem. – David Carlisle Oct 20 '15 at 09:53The
– Moriambar Oct 20 '15 at 11:29alphalphpackage should be the way to go