summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 18:58:59 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-27 18:58:59 +0100
commitbbade272c39f4925130374c026bdc27af7189013 (patch)
tree3d6e4d14820e6411a907501e19bcbe94ece41bb0 /luatexbase-loader.dtx
parent234bcbbd16c240fa889010c8ca0b0fd74f3db7f9 (diff)
downloadluatexbase-bbade272c39f4925130374c026bdc27af7189013.tar.gz
Incorporate loader in the Makefile.
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx2
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}
%