On May 26, 2008, at 5:58 PM, Hans Hagen wrote:
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)
luatools --generate worked well with the last beta. Thanks. Still luatools cmr10.tfm does not work. But luatools cmr10.tfm* works. Is it intended? Best, ChoF.