18 Dec
2007
18 Dec
'07
5:52 p.m.
On Tue, 18 Dec 2007, Hans Hagen wrote:
Aditya Mahajan wrote:
On Mon, 17 Dec 2007, Aditya Mahajan wrote:
LuaTools | locating list of /usr/share/texmf-{texlive LuaTools | locating list of tetex}
Bug in line 2498 of luatools
local t = instance.treepath:splitchr(',')
Should be split taking the braces into account.
what variable is that?
The texmf.cnf that ships with Ubuntu has TEXMFDIST = /usr/share/texmf-{texlive,tetex} With this string, luatools was splitting it into two trees /usr/share/texmf-{texlive tetex rather than /usr/share/texmf-texlive and /usr/share/texmf-tetex Aditya