diff options
-rw-r--r-- | luaotfload.sty | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/luaotfload.sty b/luaotfload.sty new file mode 100644 index 0000000..a7b3b52 --- /dev/null +++ b/luaotfload.sty @@ -0,0 +1,37 @@ +%% +%% This is file `luaotfload.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% luaotfload.dtx (with options: `package') +%% This is a generated file. +%% +%% Copyright (C) 2009-2011 by by Elie Roux <elie.roux@telecom-bretagne.eu> +%% and Khaled Hosny <khaledhosny@eglug.org> +%% (Support: <lualatex-dev@tug.org>.) +%% +%% This work is under the CC0 license. +%% +%% This work consists of the main source file luaotfload.dtx +%% and the derived files +%% luaotfload.sty, luaotfload.lua +%% +\csname ifluaotfloadloaded\endcsname +\let\ifluaotfloadloaded\endinput +\bgroup\expandafter\expandafter\expandafter\egroup +%\RequireLuaModule{lualibs} +%\RequireLuaModule{luaotfload} +\directlua{require"luaotfload"} +\expandafter\ifx\csname ProvidesPackage\endcsname\relax + \input luatexbase.sty +\else + \NeedsTeXFormat{LaTeX2e} + \ProvidesPackage{luaotfload}% + [2011/10/06 v2.0 OpenType layout system] + \RequirePackage{luatexbase} +\fi +\directlua{require"luaotfload-deferred"} +\endinput +%% +%% End of file `luaotfload.sty'. |