summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-28 15:30:04 +0000
committerKarl Berry <karl@freefriends.org>2009-09-28 15:30:04 +0000
commit7676b12d15d14c7e42d1a8c5d545dc659169b2fb (patch)
treed647ff941c26002995d499cabffacb26caaf6194 /Master/texmf-dist/source
parent71e523e29773c29119f93deb298d3cf21ea65ea6 (diff)
graphics (latex core) update via latex-tds (25sep09)
git-svn-id: svn://tug.org/texlive/trunk@15513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/graphics/graphics.dtx13
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}