X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1060" "Fri" "8" "October" "1999" "17:50:23" "+0200" "Lars =?iso-8859-1?Q?Hellstr=F6m?=" "Lars.Hellstrom@MATH.UMU.SE" nil "22" "Re: Experimental `template' interface code" "^Date:" nil nil "10" nil "Experimental `template' interface code" 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 RAA06415 for ; Fri, 8 Oct 1999 17:52:00 +0200 (MET DST) Received: from mail.listserv.gmd.de (192.88.97.5) by mail.listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <9.10555825@mail.listserv.gmd.de>; Fri, 8 Oct 1999 17:50:25 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 445242 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 8 Oct 1999 17:48:54 +0200 Received: from abel.math.umu.se (abel.math.umu.se [130.239.20.139]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id RAA23619 for ; Fri, 8 Oct 1999 17:48:53 +0200 (MET DST) Received: from [130.239.20.144] (mac144.math.umu.se [130.239.20.144]) by abel.math.umu.se (8.9.2/8.9.2) with ESMTP id RAA12357 for ; Fri, 8 Oct 1999 17:48:06 +0200 (CEST) X-Sender: lars@abel.math.umu.se References: <199910041250.NAA27424@mimosa.csv.warwick.ac.uk> <199910011238.OAA00640@istrati.zdv.uni-mainz.de> <199910041250.NAA27424@mimosa.csv.warwick.ac.uk> 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 relay.urz.uni-heidelberg.de id RAA23620 Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199910070958.LAA00712@istrati.zdv.uni-mainz.de> Date: Fri, 8 Oct 1999 17:50:23 +0200 From: Lars =?iso-8859-1?Q?Hellstr=F6m?= Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Experimental `template' interface code Status: R X-Status: X-Keywords: X-UID: 3352 Please pardon my asking a (probably) stupid question, but what does a horizontal list look like? Could it just be a part of a normal paragraph where something is listed, e.g. ... (using \vbox or \vtop or \vcenter or \valign or \vadjust or \insert). or is it understood that there is some clear separation between the items, like in the TeXbook's example of footnotes-in-a-paragraph (p. 398, at least in my copy)? Lars Hellström PS: I've given some thought to the footnote template type, and so far I haven't been able to come up with anything that would require more than the single argument for the footnote text. (A footnote document commands might well take more than one argument---it could for example take an argument specifying who's comment this is, in the case of footnotes being used for commentry to a fixed text---but that would rather be used to select the right template instance.) On the other hand, there are so many possibilities for what should happen to the argument that I doubt you'll get by with one (or even two) base templates.