[Tex/LaTex] Suppress/Remove Appendices cover page

appendices

I grabbed this sample code from internet and it gives me an Appendix with a cover page. How can I change the code to remove this? Obs, I use \usepackage[toc,page]{appendix}

\begin{appendices}
  \chapter{Consectetur adipiscing elit} \label{app:foobar}
    \begin{table}[h]
    \caption{foo}
    \begin{tabular}{cc}
    \textbf{ a } & \textbf{ b }\\
    1 & 3 \\
    2 & 4\\
    \end{tabular}
    \end{table}
  \chapter{Mauris euismod}
\end{appendices}

Many thanks.

Best Answer

Don't use the page option to the appendix package. See the manual for more details.