latex set where to start page numbering code example
Example: latex chapter no new page
\documentclass{report}
\begin{document}
\chapter{foo}
% wrap with "{...}" are important here, else it wrokes the rest of the document
{\let\clearpage\relax \chapter{bar}}
\chapter{baz}
\end{document}