summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2')
-rw-r--r--Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx23
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2 b/Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2
index c6dbe5e1a11..eb06c14cb64 100644
--- a/Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2
+++ b/Master/texmf-dist/doc/luatex/luaintro/02-02-8.lualtx2
@@ -3,7 +3,6 @@
%%
%% 1. Auflage
%%
-%% Beispiel 02-02-8 auf Seite 36.
%%
%% Copyright (C) 2013 Herbert Voss
%%
@@ -28,7 +27,7 @@
\newfontface\LMML{Latin Modern Mono Light Cond}
\begin{luacode}
local teststring = "Lua\\LaTeX~--~Eine Einführung."
-local myfonts = dofile(fonts.names.path.localdir.."/otfl-names.lua")
+local myfonts = dofile(fonts.names.path.dir .. "/" .. fonts.names.path.basename)
function printFontDemo(fontname)
local fnA = string.lower(fontname)
local a = {}