X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["807" "Wed" "29" "December" "1999" "23:03:31" "+0100" "Frank Mittelbach" "frank.mittelbach@LATEX-PROJECT.ORG" nil "25" "Re: A couple of TOC templates (1)" "^Date:" nil nil "12" nil "A couple of TOC templates (1)" nil nil nil] nil) Return-Path: Received: via tmail-4.1(11) (invoked by user schoepf) for schoepf; Wed, 29 Dec 1999 23:39:03 +0100 (MET) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.8.57]) by mailserver1.zdv.Uni-Mainz.DE (8.9.3+Sun/8.9.1) with ESMTP id XAA28914 for ; Wed, 29 Dec 1999 23:39:03 +0100 (MET) Received: from mail.listserv.gmd.de (mail.listserv.gmd.de [192.88.97.5]) by mailgate2.zdv.Uni-Mainz.DE (8.9.3/8.9.3) with ESMTP id XAA15119 for ; Wed, 29 Dec 1999 23:39:02 +0100 (MET) Received: from mail.listserv.gmd.de (192.88.97.5) by mail.listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <0.51B7F2E6@mail.listserv.gmd.de>; Wed, 29 Dec 1999 23:38:49 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 447178 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 29 Dec 1999 23:35:19 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id XAA16464 for ; Wed, 29 Dec 1999 23:35:18 +0100 (MET) Received: from mailgate1.zdv.Uni-Mainz.DE (mailgate1.zdv.Uni-Mainz.DE [134.93.8.56]) by relay.uni-heidelberg.de (8.9.1b+Sun/8.9.1) with ESMTP id XAA24831 for ; Wed, 29 Dec 1999 23:36:06 +0100 (MET) Received: from mailserver1.zdv.Uni-Mainz.DE (mailserver1.zdv.Uni-Mainz.DE [134.93.8.30]) by mailgate1.zdv.Uni-Mainz.DE (8.9.3/8.9.3) with ESMTP id XAA07155 for ; Wed, 29 Dec 1999 23:36:17 +0100 (MET) Received: from istrati.zdv.uni-mainz.de (dialin368.zdv.Uni-Mainz.DE [134.93.175.68]) by mailserver1.zdv.Uni-Mainz.DE (8.9.3+Sun/8.9.1) with ESMTP id XAA28713 for ; Wed, 29 Dec 1999 23:36:16 +0100 (MET) Received: (from design@localhost) by istrati.zdv.uni-mainz.de (8.9.3/8.9.3) id XAA00362; Wed, 29 Dec 1999 23:03:31 +0100 X-Authentication-Warning: istrati.zdv.uni-mainz.de: design set sender to design@istrati.zdv.uni-mainz.de using -f References: <199912291644.RAA00909@relay.uni-heidelberg.de> Message-ID: <199912292203.XAA00362@istrati.zdv.uni-mainz.de> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199912291644.RAA00909@relay.uni-heidelberg.de> Date: Wed, 29 Dec 1999 23:03:31 +0100 From: Frank Mittelbach Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: A couple of TOC templates (1) Status: R X-Status: X-Keywords: X-UID: 3483 > [It is surprising how one is unable to find something, except when > one has got already the answer. :-) ] yes, isn't it? and this after all the nights i spend on writing that .dtx file docu :-) > Well, forget my previous message, and change istead the attribute > declaratios: > > \DeclareTemplate{contentsobject}{JB1}{7}{ > pre-action =+f0 [] \COpre@action, > ... tried that and will send sample instance file in a separate message. it does work now but i'm still a bit worried about the mixture of global and local settings. especially code like > label-width =+l [15pt] \@tempdima, seems dangerous since other code might rely on the fact that \@tempdima is a local register (bad coding but ...) anyway with a few exceptions it does now seem to work. frank