LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
From: Sebastian Rahtz <[log in to unmask]>
Date: Fri, 20 Jun 1997 15:40:31 +0100
In-Reply-To: <[log in to unmask]>
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments: text/plain (25 lines)
 > if the tree contains only files of interest, then VMS lib$find_file
 > will certainly be fast and efficient;
 >
 > if the tree contains irrelevant files, then lib$find_file may well
 > be too slow.
 >
 > Which is the situation for TDS?

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?

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.

Whether the tree has irrelevant files depends, of course, on how well
you specify the subtree to look at. Probably someone like the AMS
would set up a `vital' tree, and a `last resort' tree so that
something like cmr10.tfm was located fast.

Sebastian

ATOM RSS1 RSS2