diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/graphics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index bbea6970307..5ede57afa3b 100644 --- a/Master/texmf-dist/source/latex/graphics/graphics.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphics.dtx @@ -4,6 +4,7 @@ %% graphics.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz %% Copyright (C) 1995--1999 2001 David Carlisle %% Copyright (C) 2005--2006 David Carlisle, LaTeX3 Project +%% Copyright (C) 2009 LaTeX3 Project %% %% This file is part of the Standard LaTeX `Graphics Bundle'. %% It may be distributed under the terms of the LaTeX Project Public @@ -20,7 +21,7 @@ %<driver> \ProvidesFile{graphics.drv} % \fi % \ProvidesFile{graphics.dtx} - [2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)] + [2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)] % % \iffalse %<*driver> @@ -229,7 +230,7 @@ % of the filename in the |\special|. Within this argument, |#1| may be % used to denote the filename. Thus using the dvips driver, one may % use\\ -% |\DeclareGrahicsRule{.ps.gz}{eps}{.ps.bb}{`zcat #1}|\\ +% |\DeclareGraphicsRule{.ps.gz}{eps}{.ps.bb}{`zcat #1}|\\ % the final argument causes dvips to use the |zcat| command to unzip the % file before inserting it into the PostScript output. % @@ -928,10 +929,10 @@ % An example rule base. %\begin{verbatim} % ext type read command -% \DeclareGrahicsRule{.ps} {eps} {.ps} {} -% \DeclareGrahicsRule{.eps} {eps} {.eps} {} -% \DeclareGrahicsRule{.ps.gz}{eps} {.ps.bb} {`zcat #1} -% \DeclareGrahicsRule{.pcx} {bmp} {} {} +% \DeclareGraphicsRule{.ps} {eps} {.ps} {} +% \DeclareGraphicsRule{.eps} {eps} {.eps} {} +% \DeclareGraphicsRule{.ps.gz}{eps} {.ps.bb} {`zcat #1} +% \DeclareGraphicsRule{.pcx} {bmp} {} {} %\end{verbatim} % % \begin{macro}{\graphicspath} |