Code: Select all
\appendix
\addappheadtotoc
\input{appendix}
Code: Select all
\chapter{Appendix}
\begin{table}[h]
etc...
\end{table}
1) the title appears as "Appendix A", and then below that, "Appendix". I want just "Appendix" in the heading (i.e. no "A" and Appendix written only once, but if I remove \chapter{Appendix} these headings disappear altogether).
2) this was mentioned in some earlier thread but it didn't work for me...how can i get the appendix heading and the contents of my appendix to be on the same page? I've tried using \input as was suggested in that other thread, as well as \nopagebreak and \nopagebreak[4] but they all didn't work for me
Any help would be appreciated!