diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2 b/Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2 index f18549e9807..4a8c091f2f2 100644 --- a/Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2 +++ b/Master/texmf-dist/doc/luatex/luaintro/02-02-7.lualtx2 @@ -3,7 +3,6 @@ %% %% 1. Auflage %% -%% Beispiel 02-02-7 auf Seite 36. %% %% Copyright (C) 2013 Herbert Voss %% @@ -28,7 +27,7 @@ \newfontface\LMML{Latin Modern Mono Light Cond} \begin{luacode} local teststring = "Lua\\TeX~--~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 = {} |