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

Bug#51051: marked as done (tetex-bin: \maketitle in titlepage env. produces page number)



Your message dated Fri, 19 May 2000 09:50:57 +0200 (MET DST)
with message-id <14628.62049.849637.883505@arthur.zdv.Uni-Mainz.DE>
and subject line Bug#51051: user misunderstanding
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; 23 Nov 1999 08:53:05 +0000
Received: (qmail 7782 invoked from network); 23 Nov 1999 08:53:03 -0000
Received: from rhme114.res.utk.edu (HELO peon) (128.169.156.214)
  by master.debian.org with SMTP; 23 Nov 1999 08:53:03 -0000
Received: from alphenglor by peon with local (Exim 3.03 #1 (Debian))
	id 11qBh3-0000e5-00
	for <submit@bugs.debian.org>; Tue, 23 Nov 1999 03:52:57 -0500
Date: Tue, 23 Nov 1999 03:52:57 -0500
From: Rob Mahurin <robm@mad.scientist.com>
To: submit@bugs.debian.org
Subject: tetex-bin:  \maketitle in titlepage env. produces page number
Message-ID: <19991123035257.A2442@RHME114.RES.UTK.EDU>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp"
User-Agent: Mutt/1.0i
Organization: Hello Cruel World Industries, Ltd.
System_Uptime: 3:38am  up 9 days,  2:29,  6 users,  load average: 1.11, 1.14, 1.21
X-Unnecessary-Clutter: Please ignore this header.  I apologize for the inconvenience.
Sender: Rob Mahurin <alphenglor@RHME114.RES.UTK.EDU>


--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii

Package:	tetex-bin
Version:	 1.0.6-1 
Severity:	normal

The subject line says it all.  See the attached LaTeX file for
examples that exhibit and don't exhibit the bug.

I tried putting a \thispagestyle{empty} in the title page, and it
didn't change anything.  On another document it gave me a "keyword not
def'd" error message.

It does say in the docs, "The `titlepage' environment creates a title
page, i.e.  a page with no printed page number or heading.  It also
causes the following page to be numbered page one."  So I'm pretty
sure this isn't an unreasonable request.  

Thanks.

Rob

-- 
hubub, hubub, HUBUB, hubub, hubub, hubub, HUBUB, hubub, hubub, hubub.

--17pEHd4RhPHOinZp
Content-Type: text/x-tex
Content-Disposition: attachment; filename="numtitle.tex"

\documentclass{article}

\title{Snazzy Title}
\author{Rob}

\begin{document}

\begin{titlepage}
%	Uncomment the next line to have a nice title page with a number
	\maketitle
%	Uncomment the next lines to have an ugly page without a number
%	Snazzy Title
%	Uncommenting this line doesn't change anything
%	\pagestyle{empty}
%	\thispagestyle{empty}
\end{titlepage}

\end{document}
--17pEHd4RhPHOinZp--
---------------------------------------
Received: (at 51051-done) by bugs.debian.org; 19 May 2000 07:51:00 +0000
>From christoph.martin@uni-mainz.de Fri May 19 02:51:00 2000
Return-path: <christoph.martin@uni-mainz.de>
Received: from arthur.zdv.uni-mainz.de [134.93.8.175] 
	by master.debian.org with esmtp (Exim 3.12 #2 (Debian))
	id 12shYi-0000QJ-00; Fri, 19 May 2000 02:51:00 -0500
Received: (from martin@localhost)
	by arthur.zdv.Uni-Mainz.DE (8.9.3/8.9.3) id JAA17887;
	Fri, 19 May 2000 09:50:58 +0200 (MET DST)
From: Christoph Martin <martin@uni-mainz.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <14628.62049.849637.883505@arthur.zdv.Uni-Mainz.DE>
Date: Fri, 19 May 2000 09:50:57 +0200 (MET DST)
To: Atsuhito Kohda <kohda@pm.tokushima-u.ac.jp>, 51051-done@bugs.debian.org
Subject: Re: Bug#51051: user misunderstanding
In-Reply-To: <[🔎] 20000519121240P.kohda@pm.tokushima-u.ac.jp>
References: <[🔎] 20000519121240P.kohda@pm.tokushima-u.ac.jp>
X-Mailer: VM 6.62 under Emacs 19.34.1
Organization: Johannes Gutenberg-Universitaet Mainz
Delivered-To: 51051-done@bugs.debian.org

Atsuhito Kohda writes:
 > Hi tetex-maintainer,
 > 
 > The user reporting the bug misunderstood a bit.
 > 
 > there are two "titlepage" in LaTeX;
 > 
 > - one is the option for documentclass so use like
 > \documentclass[titlepage]{article}
 > ...
 > \maketitle
 > 
 > - the other is titlepage environment so use like
 > \begin{titlepage}
 > ...
 > \end{titlepage}
 > 
 > but these produce entirely different output.
 > 
 > 1) Documentclass option titlepage produces no page number.
 > 
 > 2) In case titlepage environment, one needs to fill in
 > the entity by himself, not by \maketitle.
 > 
 > The user confused with these and create wrong TeX file.
 > 
 > So I think this is NOT a bug at all.

Closing

Christoph



Reply to: