summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/NEWS17
-rw-r--r--Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdfbin404068 -> 403516 bytes
-rw-r--r--Master/texmf-dist/source/lualatex/luainputenc/Makefile2
-rw-r--r--Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx12
-rw-r--r--Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty6
5 files changed, 18 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/NEWS b/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
index 47d98748771..e9e63b9b8d2 100644
--- a/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/NEWS
@@ -1,21 +1,24 @@
- History of the luainputenc bundle
+ History of the luainputenc package
-2010/10/05, luainputenc v0.971:
+2010/10/10 v0.972
+ * adapt to luatexbase 0.3
+
+2010/10/05 v0.971
* improved documentation
* no longer loading luatextra
* fix bug under pdftex/xetex, thanks to Ulrike
-2010/05/11, luainputenc v0.97:
+2010/05/11 v0.97
* adapting to the new luatexbase system
-2010/02/07, luainputenc v0.96:
+2010/02/07 v0.96
* removing the files eu2enc.def and eu2lmr.fd from luainputenc, they
can now be found in the euenc package.
* creating luainputenc.package_option and luainputenc.encoding
-2009/11/28, luainputenc v0.95:
+2009/11/28 v0.95
* fixing a bug with \endlinechar introduced in LuaTeX 0.43
-2009/09/23, luainputenc v0.95:
- * adapting to the new callback process_output_buffer introduced in
+2009/09/23 v0.95
+ * adapting to the new callback process_output_buffer introduced in
LuaTeX v0.43.
diff --git a/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf b/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
index e689f9f12f6..631c5181295 100644
--- a/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
+++ b/Master/texmf-dist/doc/lualatex/luainputenc/luainputenc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/lualatex/luainputenc/Makefile b/Master/texmf-dist/source/lualatex/luainputenc/Makefile
index b6916247b5c..1ad5023e36d 100644
--- a/Master/texmf-dist/source/lualatex/luainputenc/Makefile
+++ b/Master/texmf-dist/source/lualatex/luainputenc/Makefile
@@ -33,7 +33,7 @@ TDS_ZIP = $(NAME).tds.zip
ZIPS = $(CTAN_ZIP) $(TDS_ZIP)
DO_TEX = tex --interaction=batchmode $< >/dev/null
-DO_LATEXMK = latexmk -silent $< >/dev/null
+DO_LATEXMK = latexmk -pdf -silent $< >/dev/null
all: $(GENERATED)
doc: $(COMPILED)
diff --git a/Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx b/Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx
index 53af6207aca..0d6cb3a56cd 100644
--- a/Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx
+++ b/Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx
@@ -121,7 +121,7 @@ and the derived files
%<package>
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{luainputenc}
-%<package> [2010/10/05 v0.971 inputenc package for LuaTeX]
+%<package> [2010/10/10 v0.972 inputenc package for LuaTeX]
%<package>
% \fi
%<*driver>
@@ -165,7 +165,7 @@ and the derived files
% Right brace \} Tilde \~}
%
% \title{The \textsf{luainputenc} package}
-% \date{2010/10/05 v0.971}
+% \date{2010/10/10 v0.972}
% \author{%
% Manuel P\'egouri\'e-Gonnard \email{mpg@elzevir.fr} \\
% \'Elie Roux \email{elie.roux@telecom-bretagne.eu}}
@@ -185,7 +185,7 @@ and the derived files
% This package is strictly meant for compatibility. It is usefull in the two
% (overlapping) following cases:
% \begin{enumerate}
-% \item You source is not encoded in UTF-8 and you don't want to reencode it
+% \item Your source is not encoded in UTF-8 and you don't want to reencode it
% for some reason.
% \item Your document is using legacy 8-bit fonts (with \pf{fontenc}), as
% opposed to modern Unicode fonts (most probably with \pf{fontspec} or
@@ -202,7 +202,7 @@ and the derived files
% with an old engine, so you will still be able to compile your documents with
% pdf\TeX\ without changing them.
%
-% \pf{luainputenc} has several modes of operation. By default, is basically
+% \pf{luainputenc} has several modes of operation. By default, it basically
% turns \LuaTeX\ into an 8-bit engine, which means you loose half of the
% benefits from using \LuaTeX. If you are using only Unicode fonts, you can
% activate a nicer mode of operation using the \code{unactivate} package
@@ -458,10 +458,8 @@ and the derived files
% \begin{macrocode}
\RequirePackage{luatexbase}
-\RequirePackage{luatexbase-mcb}
-\RequirePackage{luatexbase-modutils}
-\luatexUseModule{luainputenc}
+\RequireLuaModule{luainputenc}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty b/Master/texmf-dist/tex/lualatex/luainputenc/luainputenc.sty
index 5f592adc1f7..0e4efb3e91c 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}
- [2010/10/05 v0.971 inputenc package for LuaTeX]
+ [2010/10/10 v0.972 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
@@ -73,10 +73,8 @@
\RequirePackage{luatexbase}
-\RequirePackage{luatexbase-mcb}
-\RequirePackage{luatexbase-modutils}
-\luatexUseModule{luainputenc}
+\RequireLuaModule{luainputenc}
\def\DeclareInputMath#1{%