Jin-Hwan Cho wrote:
it consisted of more than one TEXMF directories. It's not a bug but here is a patch to solve this problem.
actually the solution to that is the following patch ... the simplified expansion dates from the stepwise construction of this module function input.locatelists() local instance = input.instance for _, path in pairs(input.expanded_path_list('TEXMF')) do path = file.collapse_path(input.clean_path(path)) input.report("locating list of",path) input.locatedatabase(input.normalize_name(path)) end end you really need the latest bets (just uploaded); there has been some cleanup (esp instances) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------