summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/graphics/color.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
committerKarl Berry <karl@freefriends.org>2014-11-13 23:57:15 +0000
commit3e547f01cff20101db9b8b4b211fcf7adfe7191f (patch)
tree7862f83e052a0d1a178eaf30a08678eb901c39e3 /Master/texmf-dist/source/latex/graphics/color.dtx
parente0056016e425d97e79d80fdee01acf4cd84c1d8d (diff)
latex2e (13nov14)
git-svn-id: svn://tug.org/texlive/trunk@35577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/color.dtx')
-rw-r--r--Master/texmf-dist/source/latex/graphics/color.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/color.dtx b/Master/texmf-dist/source/latex/graphics/color.dtx
index 7a545b98fd5..3bda58eba4f 100644
--- a/Master/texmf-dist/source/latex/graphics/color.dtx
+++ b/Master/texmf-dist/source/latex/graphics/color.dtx
@@ -2,7 +2,7 @@
% \iffalse
%
%% color.dtx Copyright (C) 1994--1999 David Carlisle
-%% Copyright (C) 2005 David Carlisle, LaTeX3 Project
+%% Copyright (C) 2005--2014 David Carlisle, LaTeX3 Project
%%
%% This file is part of the Standard LaTeX `Graphics Bundle'.
%% It may be distributed under the terms of the LaTeX Project Public
@@ -19,7 +19,7 @@
%<driver> \ProvidesFile{color.drv}
% \fi
% \ProvidesFile{color.dtx}
- [2014/04/23 v1.1a Standard LaTeX Color (DPC)]
+ [2014/10/28 v1.1a Standard LaTeX Color (DPC)]
%
% \iffalse
%<*driver>
@@ -91,7 +91,7 @@
% \end{macrocode}
%
% \begin{macro}{\Gin@driver}
-% Initalise the macro to hold the driver file name.
+% Initialize the macro to hold the driver file name.
% \begin{macrocode}
\providecommand\Gin@driver{}
% \end{macrocode}
@@ -146,7 +146,7 @@
%
% \begin{option}{dvips}
% \begin{option}{xdvi}
-% Tom Rokicki's dvips driver, and the X Windows previer, xdvi which uses
+% Tom Rokicki's dvips driver, and the X Windows previewer, xdvi which uses
% (a subset of) the same |\specials|.
% \begin{macrocode}
\DeclareOption{dvips}{\def\Gin@driver{dvips.def}%
@@ -331,7 +331,7 @@
% The |usenames| option modifies the behaviour of |\DefineNamedColor|
% So that it declares the same name as a ```user's colour'' for use in
% a |\color| command, as well as a name in the |named| colour model.
-% The normal behaviour is just to decalare the name in the named colour
+% The normal behaviour is just to declare the name in the named colour
% model.
% \begin{macrocode}
\let\c@lor@usename\@gobble
@@ -682,7 +682,7 @@
% \section{Higher Level Commands}
%
% With the basic colour primitives specified above we may define a few
-% higer level commands for coloured boxes etc. This is still quite a low
+% higher level commands for coloured boxes etc. This is still quite a low
% level and presumably packages and classes making use of colour will
% define more appropriate document-level commands.
%
@@ -771,7 +771,7 @@
%
% \section{Extra Groups}
% Turning on extra groups in the standard \LaTeX\ commands, so that
-% colour commands are scoped corectly.
+% colour commands are scoped correctly.
%
% Like |\normalcolor|, the following five commands are defined in the
% kernel, with empty definitions (|\relax|). This means that they can
@@ -813,7 +813,7 @@
% of groups of text in vertical `par' mode, but doesn't do any harm in
% horizontal `LR' contexts.
% \changes{v0.2d}{1994/05/13}
-% {New definition, was previously just \cs{endroup}}
+% {New definition, was previously just \cs{endgroup}}
% \begin{macrocode}
\def\color@endgroup{\endgraf\endgroup}
% \end{macrocode}