On Thu, Dec 12, 2002 at 07:55:46PM -0600, B Robinson wrote:
>
> Hello. I'm writing a short 15 page paper using the report class. I could
> also use report-koma if you think it would help. The first page is just
> the title page, then on page 2 it starts the text. This seems like a
> waste of paper to me.
>
> Any way i can get the title to start at the top of the page, and the text
> to begin right after that?
Add the following to the preamble:
\let\oldmaketitle=\maketitle
\renewcommand{\maketitle}{{\let\newpage=\relax\oldmaketitle}}