diff options
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r-- | luatexbase-loader.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx index 5fe77f1..b413a46 100644 --- a/luatexbase-loader.dtx +++ b/luatexbase-loader.dtx @@ -204,7 +204,7 @@ and the derived files local file = "luatexbase.loader.lua" local path = assert(kpse.find_file(file, 'tex'), "File '"..file.."' no found") - tex.write_nl("("..path..")") + texio.write_nl("("..path..")") dofile(path)} % \end{macrocode} % |