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

Bug#67832: marked as done (\pagestyle empty doesn't work in the first page with \maketitle)



Your message dated Fri, 28 Jul 2000 00:46:40 +0200 (CEST)
with message-id <Pine.NEB.4.21.0007280040260.21597-100000@neptun.fachschaften.tu-muenchen.de>
and subject line Bug#67832: \pagestyle empty doesn't work in the first page with  \maketitle
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Jul 2000 22:30:35 +0000
>From pdenapo@dm.uba.ar Thu Jul 27 17:30:35 2000
Return-path: <pdenapo@dm.uba.ar>
Received: from mate.dm.uba.ar [157.92.22.1] 
	by master.debian.org with smtp (Exim 3.12 2 (Debian))
	id 13HwA1-0004ye-00; Thu, 27 Jul 2000 17:30:32 -0500
Received: from localhost (1398 bytes) by mate.dm.uba.ar
	via sendmail with P:stdio/R:inet_bind/T:smtp
	(sender: <pdenapo>) (ident <pdenapo> using unix)
	id <m13Hw70-0002DdC@mate.dm.uba.ar>
	for <submit@bugs.debian.org>; Thu, 27 Jul 2000 19:26:42 -0300 (ARG)
	(Smail-3.2.0.101 1997-Dec-17 #7 built 2000-Mar-20)
Date: Thu, 27 Jul 2000 19:26:42 -0300 (ARG)
From: Pablo De Napoli <pdenapo@mate.dm.uba.ar>
To: submit@bugs.debian.org
Subject: \pagestyle empty doesn't work in the first page with \maketitle
Message-ID: <[🔎] Pine.SCO.4.21.0007271923500.22345-100000@mate.dm.uba.ar>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org


Package: tetex-extra
version: 1-0.7

Process this document (self documented) with LaTeX and you will see ...
Thank you
				Pablo De Napoli

\documentclass [12pt]{article}
\begin{document}

\pagestyle{empty}

\title{ This page shouldn't have number}

\author {Pablo De Napoli}

\maketitle

\noindent To: submit@bugs.debian.org \\
\noindent Package:tetex-extra 

Hi! 

I want to report what I think is a bug in Latex. 
Observe the output of this latex file. The pagestyle is empty
so (according to section 2.15.7 in Latex2e documentation version 1.6)
this page shoudn't have number, but it does have.

Note that this is produced by the 

\begin{verbatim}
\maketitle 
\end{verbatim}

command (if you delete it
you will see no page numbers)

Here are the packages that I'm using:

\begin{tabular}{|c|c|}
\hline
tetex-base: & 1.0-7  \\
tetex-bin:  & 1.0.6-3 \\
tetex-extra:& 1.0-7\\
tetex-lib:  & 1.0.6-3\\
tetex-doc:  & 1.0-7 \\
tetex-nonfree: & 1.0-7 \\
\hline
\end{tabular}

Thank you
			
Pablo De Napoli


\end{document}


---------------------------------------
Received: (at 67832-done) by bugs.debian.org; 27 Jul 2000 22:46:45 +0000
>From bunk@fs.tum.de Thu Jul 27 17:46:45 2000
Return-path: <bunk@fs.tum.de>
Received: from nilpferd.fachschaften.tu-muenchen.de [129.187.176.79] 
	by master.debian.org with smtp (Exim 3.12 2 (Debian))
	id 13HwQO-0005fN-00; Thu, 27 Jul 2000 17:46:44 -0500
Received: (qmail 7410 invoked from network); 27 Jul 2000 22:46:42 -0000
Received: from neptun.fachschaften.tu-muenchen.de (129.187.176.23)
  by nilpferd.fachschaften.tu-muenchen.de with SMTP; 27 Jul 2000 22:46:42 -0000
Date: Fri, 28 Jul 2000 00:46:40 +0200 (CEST)
From: Adrian Bunk <bunk@fs.tum.de>
X-Sender: bunk@neptun.fachschaften.tu-muenchen.de
To: Pablo De Napoli <pdenapo@mate.dm.uba.ar>, 67832-done@bugs.debian.org
Subject: Re: Bug#67832: \pagestyle empty doesn't work in the first page with
 \maketitle
In-Reply-To: <[🔎] Pine.SCO.4.21.0007271923500.22345-100000@mate.dm.uba.ar>
Message-ID: <Pine.NEB.4.21.0007280040260.21597-100000@neptun.fachschaften.tu-muenchen.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 67832-done@bugs.debian.org

On Thu, 27 Jul 2000, Pablo De Napoli wrote:

>...
> \documentclass [12pt]{article}
> \begin{document}
> 
> \pagestyle{empty}
> 
> \title{ This page shouldn't have number}
> 
> \author {Pablo De Napoli}
> 
> \maketitle
>...

This is not a bug: Pages that are created using \maketitle have
\pagestyle{plain}.

According to section 4.3 of [Lam94], there are two possible solutions:

  \maketitle\thispagestyle{empty}

or a global redefinition of \pagestyle{plain}:

  \makeatletter
  \let\ps@plain=\ps@empty
  \makeatother


I close your bug report since there isn't a bug.

cu,
Adrian


[Lam94]   Leslie Lamport. LATEX: A Document Preparation System. Addison-
          Wesley, second edition, 1994.

-- 
A "No" uttered from deepest conviction is better and greater than a
"Yes" merely uttered to please, or what is worse, to avoid trouble.
                -- Mahatma Ghandi



Reply to: