summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/generic/harftex/harfload.sty
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/generic/harftex/harfload.sty')
-rw-r--r--texmf-dist/tex/generic/harftex/harfload.sty9
1 files changed, 2 insertions, 7 deletions
diff --git a/texmf-dist/tex/generic/harftex/harfload.sty b/texmf-dist/tex/generic/harftex/harfload.sty
index ae85ab31..4f8cf4df 100644
--- a/texmf-dist/tex/generic/harftex/harfload.sty
+++ b/texmf-dist/tex/generic/harftex/harfload.sty
@@ -2,13 +2,8 @@
\let\ifharfloadloaded\endinput
\ifdefined\ProvidesPackage
\RequirePackage{luaotfload}
- \ProvidesPackage{harfload}[2019/04/26 v0.1.0 Unicode text layout system]
+ \ProvidesPackage{harfload}[2019/06/24 v0.3.0 Unicode text layout system]
\else
\input luaotfload.sty
\fi
-\directlua{
- if not xpcall(function() require('harf-luaotfload.lua') end,
- texio.write_nl) then
- texio.write_nl('Error in harfload - loading aborted')
- end
-}
+\directlua{require('harf-luaotfload')}