diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/pdftex-def/pdftex.def | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def index 366ba3a9db6..1f95438966e 100644 --- a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def +++ b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def @@ -1,4 +1,4 @@ -\ProvidesFile{pdftex.def}[2011/05/18 v0.06c Graphics/color for pdfTeX] +\ProvidesFile{pdftex.def}[2011/05/27 v0.06d Graphics/color for pdfTeX] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% LaTeX Colour and Graphics support for PDFTeX @@ -254,6 +254,8 @@ % not prevent reloading. Therefore `pdftex.def' only tries to load % them if \convertMPtoPDF and \assignMPStransparency are not % available. This fixes a compatibilty issue with class `combine'. +% 2011/05/27 v0.06d (HO) +% * Fix for v0.06a, package `ltxcmds' was not loaded in plain TeX. % % Prefix of internal commands for this file `pdftex.def': % \GPT@ (Graphics bundle PdfTex driver) @@ -398,6 +400,7 @@ \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname RequirePackage\endcsname\relax \input infwarerr.sty\relax + \input ltxcmds.sty\relax \else \RequirePackage{infwarerr}[2007/09/09]% \RequirePackage{ltxcmds}[2010/12/07]% |