X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["852" "Wed" "29" "December" "1999" "15:56:20" "+0100" "Frank Mittelbach" "frank.mittelbach@SMC.EDS.DE" nil "24" "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 15:56:27 +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 PAA07729 for ; Wed, 29 Dec 1999 15:56:27 +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 PAA01031 for ; Wed, 29 Dec 1999 15:56:26 +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 <2.B44E11D7@mail.listserv.gmd.de>; Wed, 29 Dec 1999 15:56:17 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 446884 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 29 Dec 1999 15:55:23 +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 PAA20681 for ; Wed, 29 Dec 1999 15:55:21 +0100 (MET) Received: from gate.eds.de (gate.eds.de [205.191.194.5]) by relay.uni-heidelberg.de (8.9.1b+Sun/8.9.1) with SMTP id PAA21290 for ; Wed, 29 Dec 1999 15:56:09 +0100 (MET) Received: from n15ux24.nets.de.eds.com by gate.eds.de with SMTP id PAA13774 (InterLock SMTP Gateway 4.2 for ); Wed, 29 Dec 1999 15:55:59 +0100 Received: by n15ux24.nets.de.eds.com (1.37.109.16/16.2) id AA014229381; Wed, 29 Dec 1999 15:56:21 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <199912282024.VAA20668@relay.uni-heidelberg.de> X-Mailer: VM 6.62 under Emacs 19.34.1 Message-ID: <14442.8468.706360.623515@n15ux24.nets.de.eds.com> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199912282024.VAA20668@relay.uni-heidelberg.de> Date: Wed, 29 Dec 1999 15:56:20 +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: 3481 > I cannot figure out how to fix that with reworking a lot of code, > but perhaps redefining all of parameters to itself but globally > could work. (I mean > > \global\let\COtitle@format\COtitle@format > \global\let\COobject@decl\COobject@decl > > and so on.) May attributes be assigned globally in templates? attributes may be assigned globally in template. one of the last additions to the inferface before we made it publically available for testing was the + sytnax: foo =+l \foovar sets the variable \foobar (which should be a register in the above case) globally a separate question is whether or not one should have such global assignments in the first place. they have their dangers as we all know. but on the other hand it is sometimes needed. guess we should keep in mind that some further thoughts might be in order. frank