summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-23 22:23:32 +0000
committerKarl Berry <karl@freefriends.org>2016-01-23 22:23:32 +0000
commit55ff347cb31c8de9e2511a8df1dfa3ef68b1439a (patch)
treede55e4eaa109abfc534fc30068829b9825e2c88a /Master
parent1fe8051f9151dd435a55d4f5e0932fd0b37eea74 (diff)
luatex-def (22jan16)
git-svn-id: svn://tug.org/texlive/trunk@39467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/lualatex/luatex-def/README8
-rw-r--r--Master/texmf-dist/doc/lualatex/luatex-def/README.md16
-rw-r--r--Master/texmf-dist/tex/lualatex/luatex-def/luatex.def9
3 files changed, 21 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luatex-def/README b/Master/texmf-dist/doc/lualatex/luatex-def/README
deleted file mode 100644
index da4e5c86f0d..00000000000
--- a/Master/texmf-dist/doc/lualatex/luatex-def/README
+++ /dev/null
@@ -1,8 +0,0 @@
-luatex.def
-luatex option file for LaTeX2e color and graphics
-
-Licence: LPPL
-Maintained by David Carlisle for the LaTeX3 project
-
-https://github.com/davidcarlisle/luatex-def
-
diff --git a/Master/texmf-dist/doc/lualatex/luatex-def/README.md b/Master/texmf-dist/doc/lualatex/luatex-def/README.md
new file mode 100644
index 00000000000..c129cdf8582
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/luatex-def/README.md
@@ -0,0 +1,16 @@
+# luatex-def
+
+luatex option file for LaTeX2e color and graphics
+
+Licence: LPPL
+Maintained by the LaTeX3 project
+
+https://github.com/latex3/luatex-def
+
+This first version of luatex.def is a modified version of pdftex.def.
+
+This is only needed for LuaTeX releases from 0.87 on: it will not work with the version 0.80 in current TeX Live and MiKTeX distributions but is being made available for testing.
+
+If you have a test version of LuaTeX 0.88 you may use this file via
+
+`\usepackage[luatex]{graphicx}`
diff --git a/Master/texmf-dist/tex/lualatex/luatex-def/luatex.def b/Master/texmf-dist/tex/lualatex/luatex-def/luatex.def
index 229b9675024..2c24f5a9d4e 100644
--- a/Master/texmf-dist/tex/lualatex/luatex-def/luatex.def
+++ b/Master/texmf-dist/tex/lualatex/luatex-def/luatex.def
@@ -1,4 +1,4 @@
-\ProvidesFile{luatex.def}[2015/12/30 v0.01a Graphics/color for pdfTeX]
+\ProvidesFile{luatex.def}[2016/01/23 v0.01b Graphics/Color for luaTeX]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% LaTeX Colour and Graphics support for luatex
@@ -20,9 +20,9 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is David Carlisle
+%% The Current Maintainer of this work is the LaTeX3 Project.
%%
-%% https://github.com/davidcarlisle/luatex-def/issues
+%% https://github.com/latex3/luatex-def/issues
%%
%% This work consists of the file luatex.def.
%%
@@ -54,7 +54,8 @@
%
% History
%
-% 2015/12/30 Version 0.01 derved from pdftex.def
+% 2015/12/30 Version 0.01a derived from pdftex.def
+% 2016/01/23 Version 0.01b Moved to latex3 github, documentation changes
%
% Prefix of internal commands for this file `pdftex.def':
% \GPT@ (Graphics bundle PdfTex driver, even though this is for luatex)