summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <megas.kapaneus@gmail.com>2013-04-09 13:46:20 +0200
committerPhilipp Gesang <megas.kapaneus@gmail.com>2013-04-09 13:46:20 +0200
commitf27aa22b46f1c43d05cfbb5991b5ed3e8e923f63 (patch)
tree081ab46ad74c09a7ba621de28b7968d81665a250
parentc3f5cbf28f671d888a561aa1dfce1aaa629de12f (diff)
downloadluaotfload-f27aa22b46f1c43d05cfbb5991b5ed3e8e923f63.tar.gz
temporarily add luatotfload.sty
-rw-r--r--luaotfload.sty37
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'.