summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-08-14 16:31:27 +0000
committerKarl Berry <karl@freefriends.org>2006-08-14 16:31:27 +0000
commite99673991ca59f0537ae4db3e19d12e5d0ac3941 (patch)
tree43fa36190e6520c2bebddbd0e407fb0964ad2478 /Master/texmf-dist/tex
parent82e9c45dca3f9b792cb960377e48f2cc105ff115 (diff)
pdftex.def 0.03s (31jul06)
git-svn-id: svn://tug.org/texlive/trunk@1953 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/pdftex-def/pdftex.def58
1 files changed, 51 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def
index 9562d5d9dee..e10ee89df99 100644
--- a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def
+++ b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def
@@ -1,15 +1,53 @@
-\ProvidesFile{pdftex.def}[2006/06/06 v0.03r Graphics/color for pdfTeX]
+\ProvidesFile{pdftex.def}[2006/07/16 v0.03s Graphics/color for pdfTeX]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% LaTeX Colour and Graphics support for PDFTeX
%%
-%% David Carlisle, Sebastian Rahtz, Hans Hagen and Heiko Oberdiek
+%% License
+%% =======
+%%
+%% Copyright (C) 2000-2006 David Carlisle, Sebastian Rahtz, Hans Hagen,
+%% Heiko Oberdiek and Martin Schr\"oder
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is
+%% Heiko Oberdiek and Martin Schr\"oder.
+%%
+%% This work consists of the file pdftex.def.
+%%
+%% Usage
+%% =====
%%
%% It may be used by specifying the pdftex option to any of the
%% supported packages, for example:
%%
%% \usepackage[pdftex]{graphicx}
%%
+%% * pdfTeX determines the bounding box of the images by means of
+%% itself. Therefore the bounding box options should not be used.
+%% In this cases a warning is issued and viewport is used instead.
+%% * Option "page" (graphicx) for selecting a page of a multipage
+%% PDF document.
+%% * \pagecolor is supported. \nopagecolor disables the page color.
+%% * Option "quiet" (graphicx/experimental): log messages are suppressed.
+%% * Option "resolution" (graphicx/experimental): this sets
+%% \pdfimageresolution, see pdfTeX documentation.
+%% * Option "print" (graphicx/experimental): specifies an alternate
+%% print image (bitmaps only), see PDF specification.
+%% * pdftex.def can be used under plain-TeX with miniltx support.
+%%
+%% "Experimental" means that these features can change or vanish
+%% in later versions.
+%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% History
@@ -84,7 +122,12 @@
% * Error message if ConTeXt's supp-pdf.tex is missing and
% support of MPS files is not available (Markus Kohm, HO).
% 2006/06/06 v0.03r
-% * \nopagecolor/\no@page@color added.
+% * \nopagecolor/\no@page@color added (HO).
+% 2006/07/16 v0.03s (HO)
+% * LPPL 1.3c.
+% * A little usage.
+% * Test for \MessageBreak changed (comp.text.tex,
+% message id: <44baca88$0$10529$9b4e6d93@newsread4.arcor-online.net>).
%
% prefix of internal commands for this file `pdftex.def':
% \GPT@ (Graphics bundle PdfTex driver)
@@ -182,7 +225,8 @@
\@ifundefined{@spaces}{%
\def\@spaces{\space\space\space\space}%
}{}
-\@ifundefined{MessageBreak}{%
+% LaTeX defines \MessageBreak=\relax outside messages
+\ifx\MessageBreak\@undefined
\def\MessageBreak{^^J}%
\def\GPT@error#1#2{%
\begingroup
@@ -192,10 +236,10 @@
}%
\x
\endgroup
- }
-}{%
+ }%
+\else
\def\GPT@error{\PackageError{graphics}}%
-}
+\fi
\def\GPT@warn{\PackageWarning{pdftex.def}}%
\ifx\Gin@log\@undefined
\def\Gin@log{\message}