summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/lualatex/luainputenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-18 00:36:09 +0000
committerKarl Berry <karl@freefriends.org>2010-11-18 00:36:09 +0000
commit84982c56dbf67b15d403e03f4e8ecc842a26994d (patch)
tree7d8564436426c4335eea2be364f573ea90617375 /Master/texmf-dist/source/lualatex/luainputenc
parent75a9ad6b597ca31c07f38850761832951b0f6224 (diff)
luainputenc (17nov10)
git-svn-id: svn://tug.org/texlive/trunk@20477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/lualatex/luainputenc')
-rw-r--r--Master/texmf-dist/source/lualatex/luainputenc/Makefile2
-rw-r--r--Master/texmf-dist/source/lualatex/luainputenc/luainputenc.dtx12
2 files changed, 6 insertions, 8 deletions
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}
%