diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/graphics-def/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/luatex.def | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics-def/README.md b/Master/texmf-dist/doc/latex/graphics-def/README.md index 0fbf98c58d7..da03d4d0311 100644 --- a/Master/texmf-dist/doc/latex/graphics-def/README.md +++ b/Master/texmf-dist/doc/latex/graphics-def/README.md @@ -1,6 +1,6 @@ # graphics-def -## 2016/07/11 release +## 2016/08/17 release `.def` files for latex color and graphics packages, contributed by multiple authors, extending the collection diff --git a/Master/texmf-dist/tex/latex/graphics-def/luatex.def b/Master/texmf-dist/tex/latex/graphics-def/luatex.def index 8978d688320..ee4da891254 100644 --- a/Master/texmf-dist/tex/latex/graphics-def/luatex.def +++ b/Master/texmf-dist/tex/latex/graphics-def/luatex.def @@ -1,4 +1,4 @@ -\ProvidesFile{luatex.def}[2016/07/11 v0.01f Graphics/Color for luaTeX] +\ProvidesFile{luatex.def}[2016/08/17 v0.01g Graphics/Color for luaTeX] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% LaTeX Colour and Graphics support for luatex @@ -1253,6 +1253,9 @@ } +% Bail out here if it's not latex or a better emulation than miniltx +\ifx\@ifpackageloaded\@undefined\expandafter\endinput\fi + \ifx\DoNotLoadEpstopdf\@undefined % EPS to PDF conversion % delay to begin document to check graphics is loaded (shared |