I have an appendix which goes 3 lines on a second page, so I would like to recover some "lost" space by the "Appendix" text on the top to keep it on one page.
I tried using \vspace{some negative value} or the titlesec package between \appendix and \chapter, but nothing moved...
My appendices looks like this :
\appendix
\chapter{Some code}
\label{cwalg}
\begin{lstlisting}
...
\end{lstlisting}

\appendix \vspace*{-3} \chapter{Some code}but it doesn't work unfortunately. Am I wrong somewhere ? – Jean-Michaël Celerier Sep 19 '13 at 13:12