diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-18 00:34:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-18 00:34:00 +0000 |
commit | 27724eb3da73a3049863e8003a12706a67fb0191 (patch) | |
tree | b25a432e4ff2696af31c0bb501d446fa18fc55e7 /Master/texmf-dist/tex/lualatex/luatextra | |
parent | b0d699e2447b26d9c7ad15895cefb0a54d96872a (diff) |
luatextra (17nov10)
git-svn-id: svn://tug.org/texlive/trunk@20471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/luatextra')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty b/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty new file mode 100644 index 00000000000..f31958299ae --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty @@ -0,0 +1,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{luatexbase} +\RequireLuaModule{lualibs} +\RequirePackage{fontspec} +\RequirePackage{metalogo} +\RequirePackage{luacode} +\RequirePackage{fixltx2e} +\endinput +%% +%% End of file `luatextra.sty'. |