diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-27 23:17:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-27 23:17:40 +0000 |
commit | 523691ad983891609b53ee8edab9ad9cef4248a4 (patch) | |
tree | eae640246d1b3f086e0854f80688e99cc215fe5e /Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty | |
parent | a2ee29a725b5fa657e369a9daf0ecb6f66e79c49 (diff) |
luainputenc 0.94 (26sep09)
git-svn-id: svn://tug.org/texlive/trunk@15483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty index 9275c6b9746..495e2ee19e9 100644 --- a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty +++ b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty @@ -28,7 +28,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luainputenc} - [2009/04/15 v0.93 inputenc package for LuaTeX] + [2009/09/23 v0.94 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 @@ -74,7 +74,7 @@ \RequirePackage{luatextra} -\luaUseModule{luainputenc} +\luatexUseModule{luainputenc} \def\DeclareInputMath#1{% @@ -102,6 +102,7 @@ \noexpand\IeC \fi } + \def\inputencoding#1{% \the\inpenc@prehook \gdef\@inpenc@test{\global\let\@inpenc@test\relax}% @@ -175,6 +176,15 @@ } +\ifnum\luatexversion>42 + + \newcommand*{\lIE@activate}[0]{% + \luadirect{luainputenc.register_callbacks()}% + } + +\else + + \newcommand*\lIE@setstarted[0]{% \ifnum\lIE@activated=1 % \luadirect{luainputenc.setstarted()}% @@ -248,6 +258,8 @@ \fi% } +\fi + \ProcessOptions* \endinput |