summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-18 23:42:17 +0000
committerKarl Berry <karl@freefriends.org>2007-03-18 23:42:17 +0000
commit992e376c278fc7d943446d669f52ae095c399346 (patch)
treee5b66006c565e432f8f2a5e709d77298fbf9439f /Master/texmf-dist/tex/latex
parent0201728be568157e7cd5c49141ab78608354494f (diff)
pdftex-def 0.04e
git-svn-id: svn://tug.org/texlive/trunk@4050 c570f23f-e606-0410-a88d-b1316a301751
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