summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-16 22:35:41 +0000
committerKarl Berry <karl@freefriends.org>2011-09-16 22:35:41 +0000
commit6d95b4a2c1bbdaea1a3802c822808f476ac5703b (patch)
tree1abf9117bf53f2de53fbcc62c352acc92780365b /Master/texmf-dist/source/latex/l3kernel/l3color.dtx
parentb7f762397f5df2d732326713423e31e1bf91b903 (diff)
l3kernel 2828 (15sep11)
git-svn-id: svn://tug.org/texlive/trunk@23983 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.dtx38
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3color.dtx b/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
index 0570e50a575..2089859d4e3 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3color.dtx
@@ -1,5 +1,5 @@
% \iffalse meta-comment
-%
+%
%% File: l3color.dtx Copyright(C) 2011 The LaTeX3 Project
%%
%% It may be distributed and/or modified under the conditions of the
@@ -36,7 +36,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3color.dtx 2717 2011-09-03 13:40:31Z joseph $
+\GetIdInfo$Id: l3color.dtx 2776 2011-09-07 18:33:19Z joseph $
{L3 Experimental colour support}
%</driver|package>
%<*driver>
@@ -46,13 +46,13 @@
\end{document}
%</driver>
% \fi
-%
+%
% \title{^^A
-% The \textsf{l3drivers} package\\ Colour support^^A
+% The \textsf{l3color} package\\ Colour support^^A
% \thanks{This file describes v\ExplFileVersion,
% last revised \ExplFileDate.}^^A
% }
-%
+%
% \author{^^A
% The \LaTeX3 Project\thanks
% {^^A
@@ -67,18 +67,18 @@
% \maketitle
%
% \begin{documentation}
-%
+%
% This module provides support for colour 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
% it is set, rather than where it is used.
-%
-% \begin{function}{\color_group_begin:, \color_group_end:}
+%
+% \begin{function}[added = 2011-09-03]{\color_group_begin:, \color_group_end:}
% \begin{syntax}
% \cs{color_group_begin:}
% \ldots
@@ -86,8 +86,8 @@
% \end{syntax}
% Creates a colour group: one used to \enquote{trap} colour settings.
% \end{function}
-%
-% \begin{function}{\color_ensure_current:}
+%
+% \begin{function}[added = 2011-09-03]{\color_ensure_current:}
% \begin{syntax}
% \cs{color_ensure_current:}
% \end{syntax}
@@ -96,17 +96,17 @@
% box is used. This function should usually be used within a
% \cs{color_group_begin:} \ldots \cs{color_group_end:} group.
% \end{function}
-%
+%
% \end{documentation}
%
% \begin{implementation}
%
% \section{\pkg{l3color} Implementation}
-%
+%
% \begin{macrocode}
%<*initex|package>
% \end{macrocode}
-%
+%
% \begin{macrocode}
%<*package>
\ProvidesExplPackage
@@ -114,11 +114,11 @@
\package_check_loaded_expl:
%</package>
% \end{macrocode}
-%
+%
% \begin{macro}{\color_group_begin:, \color_group_end:}
% Grouping for colour 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 \cs{tex_par:D}, which in horizontal mode does nothing.
+% needs a \tn{par}, which in horizontal mode does nothing.
% \begin{macrocode}
\cs_new_eq:NN \color_group_begin: \group_begin:
\cs_new_protected_nopar:Npn \color_group_end:
@@ -128,7 +128,7 @@
}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\color_ensure_current:}
% A driver-independent wrapper for setting the foreground colour to the
% current colour \enquote{now}.
@@ -149,4 +149,4 @@
%
% \end{implementation}
%
-% \PrintIndex \ No newline at end of file
+% \PrintIndex