diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-12 21:32:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-12 21:32:17 +0000 |
commit | 48ac5b79a7d11122a657760afec88c96e0e76d27 (patch) | |
tree | e1290eab8c10b15a93f840c29ce8371fc65c0789 /Master/texmf-dist/tex/csplain/fonts/luafonts.tex | |
parent | a3937f150ea0a7dec55a933b76789d1a6bee942a (diff) |
csplain (12may16)
git-svn-id: svn://tug.org/texlive/trunk@41068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/fonts/luafonts.tex')
-rw-r--r-- | Master/texmf-dist/tex/csplain/fonts/luafonts.tex | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/csplain/fonts/luafonts.tex b/Master/texmf-dist/tex/csplain/fonts/luafonts.tex index 88795e9a553..65d841ef940 100644 --- a/Master/texmf-dist/tex/csplain/fonts/luafonts.tex +++ b/Master/texmf-dist/tex/csplain/fonts/luafonts.tex @@ -1,10 +1,11 @@ -% I don't understand this. This is a result of my reverse engeneering of the -% luaotfload.sty package. +% This is a result of my reverse engeneering of the luaotfload.sty package. % LuaTeX needs these \directlua in order to \font primitive works like in XeTeX. % Petr Olsak Nov. 2012, Nov. 2013 -\openin15=ltluatex.tex +\ifx\luafonts\undefined \else \message{...skipping}\endinput\fi +\global\let\luafonts=\relax +\openin15=ltluatex.tex \ifeof15 \else \closein15 %%%%%%%%%%%%% ltluatex exists \expandafter\ifx\csname e@alloc@attribute@count\endcsname \relax @@ -38,8 +39,6 @@ luatexbase.require_module('\luaotfloadfile') texio.write_nl = oriwrite % return to original meaning } -\global\let\luafonts=\relax - \endinput \fi \ifnum\luatexversion<76 %%%%%%%%%%%%% LuaTeXvesion < 76: |