[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277327: tetex-bin: In latex, \maketitle causes page number to be inserted even in empty pagestyle



From: "George B." <i93.borg@gmail.com>
Subject: Bug#277327: tetex-bin: In latex, \maketitle causes page number to be inserted even in empty pagestyle
Date: Tue, 19 Oct 2004 14:45:43 +0100

> I'm not sure if this is a bug, but if it's not then maybe a note in the 
> documentation is necessary.
> 
> I often make 1-page documents and therefore do not want to have the 
> page number at the bottom. However, if I add
> ---
> \title{foo}
> \author{bar}
> \date{}
> \maketitle
> ---
> then I will get that page number at the bottom, despite using 
> \pagestyle{empty} (article class).
> 
> I can get rid of the number using other means, but that's not really the 
> point of the {empty} style.

I'm not sure what means you used but at least Lamport's 
book on LaTeX describes; some commands change the style 
of the current page so one need a subsequent \thispagestyle 
to override the changes (cf. p.89-90).

So \thispagestyle{empty} after \maketitle would do
what you want.

Is this not sufficient documentation?

Regards,			2004-10-21(Thu)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <kohda@debian.org>
 Department of Math., Univ. of Tokushima



Reply to: