X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1850" "Wed" " 9" "February" "1994" "15:10:02" "+0100" "Anselm Lingnau" "lingnau@MATH.UNI-FRANKFURT.DE" "<199402091406.AA19387@mail.cs.tu-berlin.de>" "33" "Re: Continuation lines" "^Date:" nil nil "2" "1994020914:10:02" "Continuation lines" nil "<9402091356.AA17606@gauss.math.uni-frankfurt.de>"]) Return-Path: Received: from sc.ZIB-Berlin.DE (mailserv) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/24.6.93) id AA10433; Wed, 9 Feb 94 15:06:37 +0100 Received: from mail.cs.tu-berlin.de by sc.ZIB-Berlin.DE (4.1/SMI-4.0-sc/03.06.93) id AA24364; Wed, 9 Feb 94 15:06:36 +0100 Received: from tubvm.cs.tu-berlin.de by mail.cs.tu-berlin.de with SMTP id AA19387 (5.65c8/IDA-1.4.4(mail.m4[1.12]) for <@MAIL.CS.TU-BERLIN.DE:Schoepf@SC.ZIB-BERLIN.DE>); Wed, 9 Feb 1994 15:06:33 +0100 Message-Id: <199402091406.AA19387@mail.cs.tu-berlin.de> Received: from TUBVM.CS.TU-BERLIN.DE by tubvm.cs.tu-berlin.de (IBM VM SMTP V2R2) with BSMTP id 5585; Wed, 09 Feb 94 15:06:22 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin MAILER@DHDURZ1) by TUBVM.CS.TU-BERLIN.DE (LMail V1.2a/1.8a) with BSMTP id 5584; Wed, 9 Feb 1994 15:06:22 +0200 Received: from VM.URZ.UNI-HEIDELBERG.DE (NJE origin LISTSERV@DHDURZ1) by VM.URZ.UNI-HEIDELBERG.DE (LMail V1.2a/1.8a) with BSMTP id 6523; Wed, 9 Feb 1994 15:05:50 +0000 Reply-To: Mailing list for the LaTeX3 project In-Reply-To: (Your message of Wed, 09 Feb 94 13:41:38 L.) <9402091356.AA17606@gauss.math.uni-frankfurt.de> Date: Wed, 9 Feb 1994 15:10:02 +0100 From: Anselm Lingnau Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Continuation lines Status: R X-Status: X-Keywords: X-UID: 1483 Mike Piff writes: > Well, I would regard the solution as changing the output routine, just as > much as changing \@outputpage is changing the output routine. One is changing > the way the output routine works whether one changes the internal \@outputpage > or the internal \@oddpagefooter or whatever. This may be nitpicking, but IMHO there is some difference in degree between changing \@outputpage and changing the footer -- the footer is something that's usually defined in a document style, but the output routine proper is buried inside latex.tex. Of course, since footers and such are attached while the output routine is running, the commands that generate them are technically part of it, but I believe that they are not quite as internal as \@outputpage. Myself, I will hack on footers as a matter of course when I'm defining my own page styles, but will think (at least) twice before touching the output routine itself. Aren't there style options out there that will let you define your own headers and footers? I haven't tried any of these, but I assume that it will be quite possible to put up a multi-line footer that contains a mark. As far as the `question ... continued' bit is concerned, from looking at the Companion I believe that there are now `Boolean variables', so it seems that we can do what we used to need \newif for, in a way that's blessed by LaTeX. The original problem is probably more complicated than what I'm thinking of at the moment. Please don't hold that against me. Anselm --- Anselm Lingnau .................................. lingnau@math.uni-frankfurt.de My growing impression of C++, object-oriented programming, etc., is that it attempts to allow programmers to conveniently reuse their mistakes. --- Stephen Uitti