diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-23 00:18:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-23 00:18:01 +0000 |
commit | c5eb42407f4dca7e0651d9f78eac32007261407b (patch) | |
tree | a6cc17dd8fccf0a6ba67dcb4b3b1cbf21019a12c /Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff | |
parent | a6f953f4816835c3e6460c8623361f6cc7978ee5 (diff) |
new lualatex package luainputenc
git-svn-id: svn://tug.org/texlive/trunk@13903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff b/Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff new file mode 100644 index 00000000000..80e17e3c746 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/luainputenc/inputenc.sty.diff @@ -0,0 +1,24 @@ + + \ifnum\@tempcnta<`#2\relax + \advance\@tempcnta\@ne + \repeat} ++ ++\begingroup\expandafter\expandafter\expandafter\endgroup ++\expandafter\ifx\csname XeTeXversion\endcsname\relax\else ++ \RequirePackage{xetex-inputenc} ++ \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{xetex-inputenc}} ++ \ProcessOptions* ++ \expandafter\endinput ++\fi ++\begingroup\expandafter\expandafter\expandafter\endgroup ++\expandafter\ifx\csname directlua\endcsname\relax\else ++ \RequirePackage{luainputenc} ++ \DeclareOption*{\PassOptionsToPackage{\CurrentOption}{luainputenc}} ++ \ProcessOptions* ++ \expandafter\endinput ++\fi ++ + \ProcessOptions + \endinput + %% + |