diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-05 21:44:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-05 21:44:00 +0000 |
commit | 3141b647e6510357f3d740e770fbf703151c17d2 (patch) | |
tree | d631de68229d96f7e42c4ac921833ade4806a56a /Master/texmf-dist/tex | |
parent | b956eda8106b9fabf03d804cd2e9a9737463f213 (diff) |
luainputenc v0.971 (4nov10)
git-svn-id: svn://tug.org/texlive/trunk@20326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.lua b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.lua index dde3ed0a792..f0c6347b184 100644 --- a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.lua +++ b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.lua @@ -7,7 +7,7 @@ -- luainputenc.dtx (with options: `lua') -- This is a generated file. -- --- Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu> +-- Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux. -- -- This work is under the CC0 license. As an exception, the files -- luainputenc.sty, lutf8.def and lutf8x.def have more restrictions. diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty index 78b4f12843e..5f592adc1f7 100644 --- a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty +++ b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty @@ -7,7 +7,7 @@ %% luainputenc.dtx (with options: `package') %% This is a generated file. %% -%% Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu> +%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux. %% %% This work is under the CC0 license. As an exception, the files %% luainputenc.sty, lutf8.def and lutf8x.def have more restrictions. @@ -28,7 +28,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luainputenc} - [2010/05/10 v0.97 inputenc package for LuaTeX] + [2010/10/05 v0.971 inputenc package for LuaTeX] %% This file was adapted from inputenc.sty, which copyright is: %% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 @@ -52,27 +52,29 @@ \RequirePackage{ifxetex} \ifxetex - \RequirePackage{xetex-inputenc} \DeclareOption{unactivate}{\PassOptionsToPackage{utf8}{xetex-inputenc}} \DeclareOption{lutf8}{\PassOptionsToPackage{utf8}{xetex-inputenc}} \DeclareOption{lutf8x}{\PassOptionsToPackage{utf8}{xetex-inputenc}} \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{xetex-inputenc}} \ProcessOptions* + \RequirePackage{xetex-inputenc} \expandafter\endinput \fi \ifluatex\else - \RequirePackage{inputenc} \DeclareOption{unactivate}{\PassOptionsToPackage{utf8}{inputenc}} \DeclareOption{lutf8}{\PassOptionsToPackage{utf8}{inputenc}} \DeclareOption{lutf8x}{\PassOptionsToPackage{utf8}{inputenc}} \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{inputenc}} \ProcessOptions* + \RequirePackage{inputenc} \expandafter\endinput \fi -\RequirePackage{luatextra} +\RequirePackage{luatexbase} +\RequirePackage{luatexbase-mcb} +\RequirePackage{luatexbase-modutils} \luatexUseModule{luainputenc} diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/lutf8.def b/Master/texmf-dist/tex/lualatex/luainputenc/lutf8.def index 3cfbebb8bc9..79322a6507e 100644 --- a/Master/texmf-dist/tex/lualatex/luainputenc/lutf8.def +++ b/Master/texmf-dist/tex/lualatex/luainputenc/lutf8.def @@ -7,7 +7,7 @@ %% luainputenc.dtx (with options: `def') %% This is a generated file. %% -%% Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu> +%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux. %% %% This work is under the CC0 license. As an exception, the files %% luainputenc.sty, lutf8.def and lutf8x.def have more restrictions. diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/lutf8x.def b/Master/texmf-dist/tex/lualatex/luainputenc/lutf8x.def index 06ffcad98de..b30eae6dc02 100644 --- a/Master/texmf-dist/tex/lualatex/luainputenc/lutf8x.def +++ b/Master/texmf-dist/tex/lualatex/luainputenc/lutf8x.def @@ -7,7 +7,7 @@ %% luainputenc.dtx (with options: `defx') %% This is a generated file. %% -%% Copyright (C) 2009 by Elie Roux <elie.roux@telecom-bretagne.eu> +%% Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux. %% %% This work is under the CC0 license. As an exception, the files %% luainputenc.sty, lutf8.def and lutf8x.def have more restrictions. |