summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/harftex/base/harfload.sty
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/harftex/base/harfload.sty')
-rw-r--r--texmf-dist/tex/harftex/base/harfload.sty9
1 files changed, 9 insertions, 0 deletions
diff --git a/texmf-dist/tex/harftex/base/harfload.sty b/texmf-dist/tex/harftex/base/harfload.sty
new file mode 100644
index 00000000..23674b8c
--- /dev/null
+++ b/texmf-dist/tex/harftex/base/harfload.sty
@@ -0,0 +1,9 @@
+\csname ifharfloadloaded\endcsname
+\let\ifharfloadloaded\endinput
+\ifdefined\ProvidesPackage
+ \RequirePackage{luaotfload}
+ \ProvidesPackage{harfload}[2019/08/10 v0.4.0 Unicode text layout system]
+\else
+ \input luaotfload.sty
+\fi
+\directlua{require('harf-luaotfload')}