Bruce Pourciau wrote:
> Thanks, Jürgen. But if I'm using the article class, where there's no
> separate title page, then there's no preamble solution?

It's the same.

For KOMA article: 
\renewcommand*{\titlepagestyle}{empty}

For standard article: redefine \maketitle, e.g.
\let\oldmaketitle\maketitle
\renewcommand\maketitle{%
\oldmaketitle
\thispagestyle{empty}
}

Jürgen

Reply via email to