I am using the book LaTeX class and I want to add appendices. I do this in the following way:
\usepackage{appendix} \appendix \appendixpage \noappendicestocpagenum \addappheadtotoc \chapter{Some title} %... My problem with this is that the \chapter seems to be taken as \chapter*. Because instead of Appendix A. Some title (which is what I want) the appendix that is just titled Some title.
Any idea how I can get the "Appendix A" in front of it? I though this would standard behaviour in the book class. Possibly some other package is messing things up. For instance, I use titlesec, hyperref and cleveref.
Edit: clarification, I am talking about both the title in the text AND the ToC. Neither shows "Appendix A".

