By default \maketitle
inserts a new page (via \newpage
) before your actual metadata (like title, author and date). This isn’t always the desired behavior (e.g. when you try to put some text before your title). Fortunately there is a way to circumvent / avoid the explicit pagebreak:
{\let\newpage\relax\maketitle}