summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
blob: df7a747db2293e865dae32f62fdc88714728f770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%%
%% 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-2013
%%      by  Elie Roux      <elie.roux@telecom-bretagne.eu>
%%      and Khaled Hosny   <khaledhosny@eglug.org>
%%      and Philipp Gesang <philipp.gesang@alumni.uni-heidelberg.de>
%% 
%%      Home:      https://github.com/lualatex/luaotfload
%%      Support:   <lualatex-dev@tug.org>.
%% 
%% This work is under the GPL v2.0 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
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
  \input luatexbase.sty
\else
  \NeedsTeXFormat{LaTeX2e}
  \ProvidesPackage{luaotfload}%
    [2013/05/20 v2.2c OpenType layout system]
  \RequirePackage{luatexbase}
\fi
\ifnum\luatexversion<76
  %% here some deprecation warning would be in order
  \RequireLuaModule{lualibs}
  \RequireLuaModule{luaotfload-legacy}
\else
  \RequireLuaModule{luaotfload}
\fi
\endinput
%%
%% End of file `luaotfload.sty'.