summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/News3
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/README2
-rw-r--r--Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdfbin315132 -> 315129 bytes
-rw-r--r--Master/texmf-dist/source/lualatex/luatextra/luatextra.dtx2
-rw-r--r--Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty2
5 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/News b/Master/texmf-dist/doc/lualatex/luatextra/News
index 5d62e495a22..c841768bdb6 100644
--- a/Master/texmf-dist/doc/lualatex/luatextra/News
+++ b/Master/texmf-dist/doc/lualatex/luatextra/News
@@ -1,6 +1,9 @@
History of the luatextra package
+2010-12-14 v1.0.1
+ * work around bug (loading order) reported by Damien Robert
+
2010/10/10 v1.0
* move to latex only
* remove old callback code
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/README b/Master/texmf-dist/doc/lualatex/luatextra/README
index 7886b3c1136..30ebacd7db1 100644
--- a/Master/texmf-dist/doc/lualatex/luatextra/README
+++ b/Master/texmf-dist/doc/lualatex/luatextra/README
@@ -1,7 +1,7 @@
The luatextra package for LuaLaTeX
-The luatextr} package loads essential and useful packages for LuaLaTeX. It is
+The luatextra package loads essential and useful packages for LuaLaTeX. It is
meant as convenience for users who don't want to load them individually.
diff --git a/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf b/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf
index 7a53a67001d..d4f7ebb52f6 100644
--- a/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf
+++ b/Master/texmf-dist/doc/lualatex/luatextra/luatextra.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/lualatex/luatextra/luatextra.dtx b/Master/texmf-dist/source/lualatex/luatextra/luatextra.dtx
index 82286b40a88..824c441fb30 100644
--- a/Master/texmf-dist/source/lualatex/luatextra/luatextra.dtx
+++ b/Master/texmf-dist/source/lualatex/luatextra/luatextra.dtx
@@ -170,9 +170,9 @@ See source file '\inFileName' for details.
% by fontspec, but just to be sure (in case it changes in the future).
%
% \begin{macrocode}
+\RequirePackage{fontspec}
\RequirePackage{luatexbase}
\RequireLuaModule{lualibs}
-\RequirePackage{fontspec}
\RequirePackage{metalogo}
\RequirePackage{luacode}
\RequirePackage{fixltx2e}
diff --git a/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty b/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty
index f31958299ae..2bf4df7a397 100644
--- a/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty
+++ b/Master/texmf-dist/tex/lualatex/luatextra/luatextra.sty
@@ -20,9 +20,9 @@
Package loading has been stopped to prevent additional errors.}
\expandafter\endinput
\fi
+\RequirePackage{fontspec}
\RequirePackage{luatexbase}
\RequireLuaModule{lualibs}
-\RequirePackage{fontspec}
\RequirePackage{metalogo}
\RequirePackage{luacode}
\RequirePackage{fixltx2e}