diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/pdftex-def/pdftex.def | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def index fcb6f0f2b39..73a980372b1 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}[2010/09/09 v0.05a Graphics/color for pdfTeX] +\ProvidesFile{pdftex.def}[2010/09/14 v0.05b Graphics/color for pdfTeX] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% LaTeX Colour and Graphics support for PDFTeX @@ -233,6 +233,8 @@ % PostScript/pdfmark drivers, the object is usually referenced by % a name in curly braces. % * Tiff support removed for driver versions between 1.10a and 1.30. +% 2010/09/14 v0.05b (HO) +% * Fix, \pagecolor got broken accidentally (in v0.05a). % % Prefix of internal commands for this file `pdftex.def': % \GPT@ (Graphics bundle PdfTex driver) @@ -594,9 +596,9 @@ E \else \GPTorg@shipout\box\GPT@outputbox\relax \fi }% - \pdfliteral\ifnum\driver@release>8 page\else direct\fi{% + \gdef\GPT@pageliteral{% \ifGPT@pagecolor - \GPT@pagecolor@literal{% + \pdfliteral\ifnum\driver@release>8 page\else direct\fi{% q % gsave \current@page@color\space n % newpath |