I have been reading old messages in order to obtain myself an answer. I found a similar problem which was sent at the beginning of this year. However, it had to do with an abstract and I do not know if the same applies for my problem.
I get a double page in my appendixes (see attached picture). I tried with
\pagestyle{empty}
and \thispagestyle{empty}
. I was wondering which one I have to use and where I have to put it. Do I have to include a \renewcommand
order?My main document includes
\include{apendix}
. In this \appendix
have the following code:Code: Select all
\pagenumbering{arabic}
\addtocounter{page}{-1}
\appendix
\clearpage % o \cleardoublepage
\noappendicestocpagenum
\addappheadtotoc
{
\makeatletter
\let\ps@plain\ps@empty
\appendixpage
\makeatother
}
Code: Select all
\section{First example}
\label{sec:first-example}
\subsection{Errors}
\label{sec:errors}
As usual, many thanks in advance.
Best regards,
Marie