summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/generic/harftex/harfload.sty
blob: 9675b10d090cbcf39be765f410cacbddb10945fd (plain)
1
2
3
4
5
6
7
8
9
\csname ifharfloadloaded\endcsname
\let\ifharfloadloaded\endinput
\ifdefined\ProvidesPackage
  \RequirePackage{luaotfload}
  \ProvidesPackage{harfload}[2019/06/30 v0.3.1  Unicode text layout system]
\else
  \input luaotfload.sty
\fi
\directlua{require('harf-luaotfload')}