diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/graphics-def')
-rw-r--r-- | Master/texmf-dist/tex/latex/graphics-def/luatex.def | 5 |
1 files changed, 4 insertions, 1 deletions
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 |