My current setup looks like this:
\documentclass[titlepage]{article}
\usepackage{blindtext}
\title{The important role of ducks in CSI teams}
\author{Masi}
\begin{document}
\maketitle
\begin{abstract}
For over a century, fingerprints have been an undisputed
personal identifier. Recent court rulings have sparked
interest in verifying unique ...
\end{abstract}
\blinddocument
\end{document}
This will print the abstract on a separate page, but I want the abstract and the title together as shown in the picture below. How can I achieve that?


One problem arised: How can I have pagenumbers start, where the section first occurs?
– Léo Léopold Hertz 준영 Feb 01 '09 at 18:33