Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(5.0.2195.6713); Fri, 25 Mar 2005 21:09:46 +0100 Received: by mail.proteosys.com (8.12.10/8.12.2) with ESMTP id j2PK9dNi005027 for ; Fri, 25 Mar 2005 21:09:40 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.119.176]) by relay.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id j2PK6mfK026145; Fri, 25 Mar 2005 21:06:48 +0100 (MET) Received: from listserv (listserv.uni-heidelberg.de [129.206.119.176]) by listserv.uni-heidelberg.de (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id j2PG2CbL013355; Fri, 25 Mar 2005 21:05:02 +0100 Received: from LISTSERV.UNI-HEIDELBERG.DE by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8e) with spool id 186604 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 25 Mar 2005 21:05:02 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.12.7/8.12.7/SuSE Linux 0.6) with ESMTP id j2PK50Yd015235 for ; Fri, 25 Mar 2005 21:05:00 +0100 Received: from trmail.triumf.ca (trmail.triumf.ca [142.90.100.150]) by relay.uni-heidelberg.de (8.12.10/8.12.10) with ESMTP id j2PK6bfK026121 for ; Fri, 25 Mar 2005 21:06:39 +0100 (MET) Received: from mutant (mutant.triumf.ca [142.90.112.22]) by trmail.triumf.ca (8.11.6/8.11.6) with ESMTP id j2PK5iP05467 for ; Fri, 25 Mar 2005 12:05:44 -0800 References: <5.1.0.14.0.20050325194659.02471690@pop3.web.de> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id j2PK50Yd015236 Message-ID: Date: Fri, 25 Mar 2005 12:09:10 -0800 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Donald Arseneau Organization: TRIUMF: Canada's national meson facility Subject: Re: \@reinserts To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <5.1.0.14.0.20050325194659.02471690@pop3.web.de> Precedence: list X-ProteoSys-SPAM-Score: 0 () X-Scanned-By: MIMEDefang at proteosys.com Return-Path: owner-latex-l@listserv.uni-heidelberg.de X-OriginalArrivalTime: 25 Mar 2005 20:09:46.0916 (UTC) FILETIME=[97982640:01C53176] Status: R X-Status: X-Keywords: X-UID: 4836 Uwe Lück writes: > No, sorry, it rather seems that the proposal in latex/3719 > has little to do with my situation. Before I think about what > to do with \@reinserts, I must find out how \holdinginserts>0 > affects the \footins box. Triggering the output routine with \holdinginserts>0 means *nothing* is put in the footins box. If you ship out the page contents, the inserts are lost. It is tricky to program. The one thing it works for is recycling the page through the output routine (without \@reinserts). The output triggering has to be rewritten to usually keep \holdinginserts=1, until a page is ready to ship out (normal output), then temporarily set \holdinginserts=0 and recycle the page contents (\unvbox255 etc). Then the next invocation of the output routine can ship out the page. That's what the answer in 3719 appears to do. What is wrong with it? I see a misuse of \outputpenalty, which may be the only problem. This probably doesn't belong on this list, so email me. Donald Arseneau asnd@triumf.ca