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

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



Your message dated Thu, 21 Oct 2004 12:19:16 +0200
with message-id <871xfsfk63.fsf@alhambra.bioz.unibas.ch>
has caused the Debian Bug report #277327,
regarding tetex-bin: In latex, \maketitle causes page number to be inserted even in empty pagestyle
to be marked as having been forwarded to the upstream software
author(s) Thomas Esser <te@dbs.uni-hannover.de>.

(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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---------------------------------------
Received: (at 277327-forwarded) by bugs.debian.org; 21 Oct 2004 10:23:02 +0000
>From frank@kuesterei.ch Thu Oct 21 03:23:02 2004
Return-path: <frank@kuesterei.ch>
Received: from idmailgate1.unizh.ch [130.60.68.105] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CKa61-0007xo-00; Thu, 21 Oct 2004 03:23:01 -0700
Received: from alhambra.bioz.unibas.ch ([130.60.169.112])
	by idmailgate1.unizh.ch (8.12.10/8.12.10/Debian-2) with ESMTP id i9LAMx8E005950;
	Thu, 21 Oct 2004 12:22:59 +0200
Received: from localhost ([127.0.0.1] helo=alhambra.bioz.unibas.ch)
	by alhambra.bioz.unibas.ch with esmtp (Exim 3.35 #1 (Debian))
	id 1CKa2P-0000Ye-00; Thu, 21 Oct 2004 12:19:17 +0200
To: Thomas Esser <te@dbs.uni-hannover.de>
Cc: 277327-forwarded@bugs.debian.org, "George B." <i93.borg@gmail.com>
Subject: Re: Bug#277327: tetex-bin: In latex, \maketitle causes page number
 to be inserted even in empty pagestyle
X-Attribution: fant
X-Ehrenamt: http://www.langau.de
In-Reply-To: <[🔎] 9b31b6be0410210215721f75a@mail.gmail.com> (George B.'s message
 of "Thu, 21 Oct 2004 10:15:47 +0100")
References: <[🔎] E1CJuJ5-0001oV-Fp@ext-005-l.dyndns.org>
	<[🔎] 20041021084529.GA1728@preusse>
	<[🔎] 9b31b6be0410210215721f75a@mail.gmail.com>
From: =?iso-8859-1?q?Frank_K=FCster?= <frank@debian.org>
Date: Thu, 21 Oct 2004 12:19:16 +0200
Message-ID: <871xfsfk63.fsf@alhambra.bioz.unibas.ch>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/)
Delivered-To: 277327-forwarded@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
	VALID_BTS_CONTROL autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 2

--=-=-=

tags 277327 patch
thanks

Hallo Thomas,

we have here a report about some missing documentation.


"George B." <i93.borg@gmail.com> wrote:

> On Thu, 21 Oct 2004 17:36:35 +0900 (JST), Atsuhito Kohda
> <kohda@pm.tokushima-u.ac.jp> wrote:
>> 
>> 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?
>
> I've never heard of this book, so no, it is not sufficient (sorry.)
> The only decumentation I've read is the "lshort" book and the
> tetex-doc reference.
[...]
> Again, this does not satisfy me, because I had to submit this bug
> report to find out. The fact that a book on LaTeX explains this does
> not help me, because I don't use it enough to justify reading a whole
> book on this (a law student has lots of other reading to do).
>
> What I would like to see is a note in the tetex-doc reference,
> probably at the bottom of the \maketitle section (ltx-263.html),
> pointing out this 'feature'.

There might be a (practical) problem with changing this
documentation. The note at the bottom of index.html says:

,----
| These pages were originally created by Sheldon Green, who passed away
| in December 1995. Updates subsequent to Dr. Green's death have been
| made only for purposes of page formatting and link
| verification. Please contact webmaster@giss.nasa.gov if you are
| interested in assisting with maintenance and updates to these pages.
`----

I couldn't find the license of this documentation, but at least it seems
as if the current authors are not willing to do changes to the content.

Attached is a patch to latex2e.texi, from which the info documentation
in teTeX is generated. Why not also generate a html version of this
text? 


--=-=-=
Content-Disposition: attachment; filename=latex2e.texi.diff

--- tetex-bin-2.96.7.20040721-CVS/texk/tetex/latex2e.texi.orig	Thu Oct 21 12:08:17 2004
+++ tetex-bin-2.96.7.20040721-CVS/texk/tetex/latex2e.texi	Thu Oct 21 12:09:26 2004
@@ -3822,10 +3822,13 @@
 
 The @code{\maketitle} command generates a title on a separate title page
 - except in the @code{article} class, where the title normally goes at
-the top of the first page.  Information used to produce the title is
-obtained from the following declarations:
+the top of the first page. In the @code{article} class,
+@code{\maketitle} will also switch to pagestyle @code{plain}. @xref{Page
+Styles} for commands to change page numbering.
+
+Information used to produce the title is obtained from the following
+declarations:
 
-@xref{Page Styles}, for the commands to give the information.
 
 @menu
 * \author::     Who wrote this stuff?

--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable


Regards, Frank
--=20
Frank K=FCster
Inst. f. Biochemie der Univ. Z=FCrich
Debian Developer

--=-=-=--



Reply to: