X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1910" "Mon" "15" "November" "1999" "19:06:44" "+0100" "Marcin Wolinski" "wolinski@MIMUW.EDU.PL" nil "52" "various comments on templates" "^Date:" nil nil "11" nil nil nil nil nil] nil) Received: from mail.listserv.gmd.de (mail.listserv.gmd.de [192.88.97.5]) by mail.Uni-Mainz.DE (8.9.3/8.9.3) with ESMTP id TAA29920 for ; Mon, 15 Nov 1999 19:06:57 +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 <14.0AC6BCB8@mail.listserv.gmd.de>; Mon, 15 Nov 1999 19:06:53 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 446545 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Mon, 15 Nov 1999 19:06:37 +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 TAA24162 for ; Mon, 15 Nov 1999 19:06:35 +0100 (MET) Received: from duch.mimuw.edu.pl (duch.mimuw.edu.pl [193.0.96.2]) by relay.uni-heidelberg.de (8.9.1b+Sun/8.9.1) with SMTP id TAA24887 for ; Mon, 15 Nov 1999 19:06:53 +0100 (MET) Received: (qmail 22534 invoked from network); 15 Nov 1999 18:04:31 -0000 Received: from pf149.warszawa.ppp.tpnet.pl (HELO Wincenty.nowhere.edu.pl) (marcin@212.160.57.149) by duch.mimuw.edu.pl with SMTP; 15 Nov 1999 18:04:31 -0000 Received: (from marcin@localhost) by Wincenty.nowhere.edu.pl (8.9.3/8.9.3/Debian/GNU) id TAA00476; Mon, 15 Nov 1999 19:06:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: VM 6.62 under Emacs 19.34.1 Message-ID: <14384.19380.269695.118363@Wincenty.nowhere.edu.pl> Reply-To: Mailing list for the LaTeX3 project Date: Mon, 15 Nov 1999 19:06:44 +0100 From: Marcin Wolinski Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: various comments on templates Status: R X-Status: X-Keywords: X-UID: 3408 Hello Frank and all, I've just read all the templates related mail from the last month, and I'd like to make some comments. Sorry for being so late. As for the ``sequence of footnotes'' issue: ------------------------------------------- If you seriously think of supporting sequences of footnotes (which I btw find a very annoying habit) you should provide a template type for a sequence of note marks and not for a single mark. If sequences are allowed, single footnote mark is not a self-contained entity. Consider e.g. a template that puts a frame around the footnote mark(s). Now to put the frame around 1,2 you have to have it in hand as a whole. Section heads ------------- The template type seems all right (at least I agree with all you've said), but I think the document syntax is still a problem. According to my experience the need for short version of the title for running head is common. On the other hand I have never typeset any document with titles in the toc different than in the text. With the syntax you proposed, to specify short text for the running head only one has to repeat the long title as toc text (or use hacks with \NoValue). If two optional parameters were exchanged I would be perfectly happy. But then probably some application with thousands of sections with alternative toc entries and no running head would emerge. :-) Expansion --------- A very inspiring mail of M.J. Downes about avoiding expansion of user-supplied text didn't seem to cause any response. Since I always felt that avoiding expansion is the right way to go, I'd like to ask what is the opinion of The LaTeX Team in that matter. This would be too much of a change for LaTeX 2e, but in the LaTeX 3 context the idea seems perfectly feasible. ---------- Shouldn't \DelayedEvaluation be rather named \DelayEvaluation or \EvalOnUse (I mean in a more procedural spirit)? With best Marcin