X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1080" "Fri" "20" "June" "1997" "15:57:03" "+0100" "Philip Taylor (RHBNC)" "CHAA006@VMS.RHBNC.AC.UK" nil "24" "Re: discussing relation of LaTeX to TeX successors" "^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.5/8.8.4) with ESMTP id QAA32391; Fri, 20 Jun 1997 16:57:11 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <11.59C9C838@listserv.gmd.de>; Fri, 20 Jun 1997 16:56:24 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 156811 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 20 Jun 1997 16:56:10 +0200 Received: from vms.rhbnc.ac.uk (alpha1.rhbnc.ac.uk [134.219.201.113]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id QAA12719 for ; Fri, 20 Jun 1997 16:56:03 +0200 (MET DST) Message-ID: <970620155703.ce5a@vms.rhbnc.ac.uk> Reply-To: Mailing list for the LaTeX3 project Date: Fri, 20 Jun 1997 15:57:03 +0100 From: "Philip Taylor (RHBNC)" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: discussing relation of LaTeX to TeX successors Status: R X-Status: X-Keywords: X-UID: 2140 >> well, if you take the TeX Live CD, there are 213 LaTeX packages with >> at least 1 file, maybe several. Say 500 files; if >> you do \usepackage{foo}, at a minimum you have to scan the tree >> containing those 500 files to locate foo.sty. Is that good or bad? Let's leave this to one side for the moment, because the next case is easier to analyse" >> Then again my CD has over 5000 tfm files. If I do >> \font\foo=foo.tfm >> you are going to have to look at all of them, arent you? hard to see >> how to cut that down rationally. If there are only TFM files in the tree, then VMS will be as efficient as any other system in locating a particular file; if the tree has other files in it, then unacceptable delays may occur. It was really this area for which I was seeking clarification: is TDS defined in such a way that there is a TFM tree, a TEX/LaTeX tree, and so on, or are the trees conflated in some way? >> Whether the tree has irrelevant files depends, of course, on how well >> you specify the subtree to look at. It depends even more on what the TDS specifies!