summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty
blob: 2bf4df7a397b4dfb31829fb2ba55561b8bf29400 (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
%%
%% This is file `luatextra.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% luatextra.dtx  (with options: `package')
%% 
%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux.
%% 
%% This work is under the CC0 license.
%% See source file 'luatextra.dtx' for details.
%% 
\ProvidesPackage{luatextra}[2010/10/10 v1.0 Loading usual LuaLaTeX packages]
\RequirePackage{ifluatex}
\ifluatex\else
  \PackageError{luatextra}{LuaTeX is required for this package. Aborting.}{%
    This package can only be used with the LuaTeX engine^^J%
    (command `lualatex' or `luatex').^^J%
    Package loading has been stopped to prevent additional errors.}
  \expandafter\endinput
\fi
\RequirePackage{fontspec}
\RequirePackage{luatexbase}
\RequireLuaModule{lualibs}
\RequirePackage{metalogo}
\RequirePackage{luacode}
\RequirePackage{fixltx2e}
\endinput
%%
%% End of file `luatextra.sty'.