If I wanted to include two titles in one page, what can I do?
I've seen the titling package as this QA suggested, but the titles came out in separate pages.
\documentclass[twocolumn]{article}
\usepackage{titling}
\begin{document}
\title{First title}
\author{Author1, Author2}
{\let\newpage\relax\maketitle}
\title{Second title}
\author{Author1, Author2}
{\let\newpage\relax\maketitle}
Some text
\end{document}
What I want is:


