From 7676b12d15d14c7e42d1a8c5d545dc659169b2fb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Sep 2009 15:30:04 +0000 Subject: graphics (latex core) update via latex-tds (25sep09) git-svn-id: svn://tug.org/texlive/trunk@15513 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/graphics/graphics.dtx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source') 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 @@ % \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} -- cgit v1.2.3