[tex-live] texdoc in luatex

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Tue Jun 26 17:14:10 CEST 2007


> So here is the next iteration.  It basically does what it is supposed

Thanks a lot. It is running on Windows also.

On Windows, path separator is ;. Thus, for example

>    local pathlist = kpse.expand_braces('$TEXDOCS');
>    for path in string.gmatch(pathlist, "[^:]*") do

should be

    local pathlist = kpse.expand_braces('$TEXDOCS');
    for path in string.gmatch(pathlist, "[^;]*") do

I hope it may be possible to unify these cases.

Best regards,
Akira


More information about the tex-live mailing list