On Tue, Oct 2, 2018 at 9:22 AM Herbert Voss <[email protected]> wrote:
> I thought that I could use the lualibs modules when running
> a lua file with texlua:
>
>
no, texlua is luatex --luaonly
so you have to set up the kpse libray (as said by Ulrike) or wrap it into
\directlua
%% test.tex
\directlua{%
require ("lualibs-unicode")
print("Hello")}
\bye
--
luigi
