summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
committerKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
commitb66ea0d4e8536692eab3deb715a0b87a88a4b506 (patch)
tree2d6c32e517e191c6b9278cf1d260e998bc90efd9 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
parentcc272ef6384ce91e8195ee19a50bf3d81bf22176 (diff)
luaotfload (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index 04f219ba416..0cb3166174a 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -42,9 +42,14 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
- [2018/10/03 v2.91 OpenType layout system]
+ [2018/10/28 v.2.93 OpenType layout system]
\fi
\directlua{
- require('luaotfload-main')
- local _void = luaotfload.main ()
+ if xpcall(function ()%
+ require('luaotfload-main')%
+ end,texio.write_nl) then %
+ local _void = luaotfload.main ()%
+ else %
+ texio.write_nl('Error in luaotfload - loading aborted')%
+ end %
}