From bbade272c39f4925130374c026bdc27af7189013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sat, 27 Mar 2010 18:58:59 +0100 Subject: Incorporate loader in the Makefile. --- luatexbase-loader.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'luatexbase-loader.dtx') 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} % -- cgit v1.2.3