summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/pdftex-def/pdftex.def6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def
index b6f393eb6c4..d07b0d6f12b 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}[2007/01/08 v0.04d Graphics/color for pdfTeX]
+\ProvidesFile{pdftex.def}[2007/03/15 v0.04e Graphics/color for pdfTeX]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% LaTeX Colour and Graphics support for PDFTeX
@@ -149,6 +149,8 @@
% * .jbig2 and .jb2 are not listed in the extension list
% if \pdfminorversion < 4. Thus \pdfminorversion should have
% the correct value, if pdftex.def is loaded.
+% 2007/03/15 v0.04e (HO)
+% * Missing comma in \Gin@extensions added (found by Reinhard Kotucha).
%
% prefix of internal commands for this file `pdftex.def':
% \GPT@ (Graphics bundle PdfTex driver)
@@ -912,7 +914,7 @@
\ifnum\driver@release>8 %
\ifnum\pdfminorversion>3 %
\def\Gin@extensions{%
- .png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2%
+ .png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,%
.PNG,.PDF,.JPG,.JPEG,.JBIG2,.JB2%
}%
\fi