For my thesis, I need to have appendices preceded by a cover page.
From school manual:

As of now, I have
\documentclass[12pt,letterpaper,oneside]{book}
\usepackage[toc,page]{appendix}
...
\begin{appendices}
\input{appendix.parallel.tex}
\input{appendixdistortioncheck.tex}
\input{appendix.code.tex}
\end{appendices}
Each file starts with a \chapter{Blah} line.
The appendices themselves don't show up too well,

perhaps because I needed to reformat the chapter headings. The TOC shows up well.
(I tried using \part{...} instead of \chapter{...}, and it does create a cover page for each appendix,
but now the TOC is messed up.)
What would you advise? Thank you!
\inputinstructions and add some blind text preceeded by a chapter. This will show your problem properly. (\begin{document}and\end{document}are missing too.) – Ruben Dec 09 '13 at 08:13