At the end of my document, I wish to include an appendixpage. This is not a problem, but I would like to remove the page number from this (and only this) page.
I've tried using the commands
Code: Select all
\thispage{empty}
Code: Select all
\thispagestyle{empty}
Any suggestions?
Code: Select all
\appendix
\addtocontents{toc}{\cftpagenumbersoff{chapter}}
\appendixpage
\addtocontents{toc}{\protect\setcounter{tocdepth}{-1}}
\end{document}