[tex-live] lyluatex package

Akira Kakuto kakuto at fuk.kindai.ac.jp
Sun Feb 18 00:45:24 CET 2018


> If lyluatex.lua is in the same directory as lyluatex.sty,
> this works; but if (as it is by default with current integration
> into TeXLive) lyluatex.lua is in texmf-dist/scripts/lyluatex/ and
> lyluatex.sty in texmf-dist/tex/latex/lyluatex/lyluatex.sty,
> this fails (kpse.find_file("lyluatex.lua") returns nil).

kpse.set_program_name("kpsewhich")
print(kpse.find_file("lyluatex.lua"))

In this case, probably, kpse.find_file searches for TEXINPUTS.

In the next case, lyluatex.lua was found here:
kpse.set_program_name("kpsewhich")
print(kpse.find_file("lyluatex.lua", "lua"))

Best,
Akira



More information about the tex-live mailing list