X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["488" "Thu" "18" "June" "1998" "04:37:30" "+0100" "Timothy Murphy" "tim@MATHS.TCD.IE" nil "9" "Re: Modules" "^Date:" nil nil "6" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id FAA19121; Thu, 18 Jun 1998 05:37:51 +0200 (MET DST) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <14.B1547337@listserv.gmd.de>; Thu, 18 Jun 1998 5:37:49 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 364675 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Thu, 18 Jun 1998 05:37:38 +0200 Received: from salmon.maths.tcd.ie (mmdf@salmon.maths.tcd.ie [134.226.81.11]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with SMTP id FAA20229 for ; Thu, 18 Jun 1998 05:37:30 +0200 (MET DST) Received: from boole.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 18 Jun 98 04:37:30 +0100 (BST) X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID: <9806180437.aa15317@boole.maths.tcd.ie> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: from Hans Aberg at "Jun 17, 98 07:20:22 pm" Date: Thu, 18 Jun 1998 04:37:30 +0100 From: Timothy Murphy Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Modules Status: R X-Status: X-Keywords: X-UID: 2568 > Then the command \math/ as it is defined here parses its argument too see > if it is a command or a submodule: If it is a command (no slash in it), > then it merely executes it. So \math/{phi} executes \math/phi, etc. But in > the submodule case (a slash in the name), \math/{symbol/phi} translates > into \math/symbol/{phi}; it is then up to the submodule command > \math/symbol/ to decide how to react. Does this really mean I'll have to say "\math/phi" every time I want a \phi ?