summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-31 17:58:55 +0000
committerKarl Berry <karl@freefriends.org>2012-08-31 17:58:55 +0000
commit3301423440393adfdbbcfa0d8471e4b4c63df1e6 (patch)
tree6aa86f66a252f654a2bd2f28ee7b680fdac1b0a3 /Master/texmf-dist/source/latex/l3kernel/l3color.dtx
parenta511edd7e6a05e250f2b2d8062a470734e3af33d (diff)
l3kernel 3160 (31aug12)
git-svn-id: svn://tug.org/texlive/trunk@27559 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3color.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3color.dtx22
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3color.dtx b/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
index 3b1476f3714..caf5f258333 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
@@ -36,8 +36,8 @@
%
%<*driver|package>
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3color.dtx 3991 2012-07-16 19:00:35Z joseph $
- {L3 Experimental colour support}
+\GetIdInfo$Id: l3color.dtx 4156 2012-08-29 11:10:09Z joseph $
+ {L3 Experimental color support}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
@@ -68,14 +68,14 @@
%
% \begin{documentation}
%
-% This module provides support for colour in \LaTeX3{}. At present, the
+% This module provides support for color in \LaTeX3{}. At present, the
% material here is mainly intended to support a small number of low-level
% requirements in other \pkg{l3kernel} modules.
%
% \section{Colour in boxes}
%
-% Controlling the colour of text in boxes requires a small number of control
-% functions, so that the boxed material uses the colour at the point where
+% Controlling the color of text in boxes requires a small number of control
+% functions, so that the boxed material uses the color at the point where
% it is set, rather than where it is used.
%
% \begin{function}[added = 2011-09-03]{\color_group_begin:, \color_group_end:}
@@ -84,14 +84,14 @@
% \ldots
% \cs{color_group_end:}
% \end{syntax}
-% Creates a colour group: one used to \enquote{trap} colour settings.
+% Creates a color group: one used to \enquote{trap} color settings.
% \end{function}
%
% \begin{function}[added = 2011-09-03]{\color_ensure_current:}
% \begin{syntax}
% \cs{color_ensure_current:}
% \end{syntax}
-% Ensures that material inside a box will use the foreground colour
+% Ensures that material inside a box will use the foreground color
% at the point where the box is set, rather than that in force when the
% box is used. This function should usually be used within a
% \cs{color_group_begin:} \ldots \cs{color_group_end:} group.
@@ -116,7 +116,7 @@
% \end{macrocode}
%
% \begin{macro}{\color_group_begin:, \color_group_end:}
-% Grouping for colour is almost the same as using the basic \cs{group_begin:}
+% Grouping for color is almost the same as using the basic \cs{group_begin:}
% and \cs{group_end:} functions. However, in vertical mode the end-of-group
% needs a \tn{par}, which in horizontal mode does nothing.
% \begin{macrocode}
@@ -130,8 +130,8 @@
% \end{macro}
%
% \begin{macro}{\color_ensure_current:}
-% A driver-independent wrapper for setting the foreground colour to the
-% current colour \enquote{now}.
+% A driver-independent wrapper for setting the foreground color to the
+% current color \enquote{now}.
% \begin{macrocode}
%<*initex>
\cs_new_protected_nopar:Npn \color_ensure_current:
@@ -140,7 +140,7 @@
% \end{macrocode}
% In package mode, the driver code may not be loaded. To keep down
% dependencies, if there is no driver code available and no \cs{set@color}
-% then colour is not in use and this function can be a no-op.
+% then color is not in use and this function can be a no-op.
% \begin{macrocode}
%<*package>
\cs_new_protected_nopar:Npn \color_ensure_current: { }