When I use the \appendixpage command, I get several errors, that I think have to do with the fact that I am using a non-standard document class. In the end, though, I do get what I want, a heading above the first appendix that says "Appendices". Unfortunately, I also get an extra blank page with just the word "Appendices" on it.
I'd prefer the heading that comes right before the first appendix, but either one would be alright, as long as there was just one of them.
Here is my MWE:
Code: Select all
\documentclass{byuPhDprop}
\usepackage{appendix}
\begin{document}
\section{Test Section}
Section text.
\appendix
\appendixpage
\section{AppendixTitle}
Appendix text
\end{document}
Thanks,
dan