diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 18:58:59 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-27 18:58:59 +0100 |
commit | bbade272c39f4925130374c026bdc27af7189013 (patch) | |
tree | 3d6e4d14820e6411a907501e19bcbe94ece41bb0 /luatexbase-loader.dtx | |
parent | 234bcbbd16c240fa889010c8ca0b0fd74f3db7f9 (diff) | |
download | luatexbase-bbade272c39f4925130374c026bdc27af7189013.tar.gz |
Incorporate loader in the Makefile.
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} % |