diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx index b088943d88c..6d6f17a4910 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx @@ -36,7 +36,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3drivers.dtx 3991 2012-07-16 19:00:35Z joseph $ +\GetIdInfo$Id: l3drivers.dtx 4156 2012-08-29 11:10:09Z joseph $ {L3 Experimental drivers} %</driver|package> %<*driver> @@ -69,7 +69,7 @@ % \begin{documentation} % % \TeX{} relies on drivers in order to carry out a number of tasks, such -% as using colour, including graphics and setting up hyper-links. The nature +% as using color, including graphics and setting up hyper-links. The nature % of the code required depends on the exact driver in use. Currently, % \LaTeX3 is aware of the following drivers: % \begin{itemize} @@ -140,11 +140,11 @@ % \begin{syntax} % \cs{__driver_color_ensure_current:} % \end{syntax} -% Ensures that the colour used to typeset material is that which was +% Ensures that the color used to typeset material is that which was % set when the material was placed in a box. This function is therefore -% required inside any \enquote{colour safe} box to ensure that the box may -% be inserted in a location where the foreground colour has been altered, -% while preserving the colour used in the box. +% required inside any \enquote{color safe} box to ensure that the box may +% be inserted in a location where the foreground color has been altered, +% while preserving the color used in the box. % \end{function} % % \end{documentation} @@ -484,7 +484,7 @@ % \subsection{Colour support} % % \begin{variable}{\l_@@_current_color_tl} -% The current colour is needed by all of the engines, but the way this +% The current color is needed by all of the engines, but the way this % is stored varies. % \begin{macrocode} \tl_new:N \l_@@_current_color_tl @@ -502,7 +502,7 @@ % % \begin{variable}{\l_@@_color_stack_int} % \pdfTeX{} (version~1.40.0 or later) and \LuaTeX{} have multiple stacks -% available, and the colour stack therefore needs a number. +% available, and the color stack therefore needs a number. % \begin{macrocode} %<*pdfmode> \int_new:N \l_@@_color_stack_int @@ -512,8 +512,8 @@ % % \begin{macro}{\@@_color_ensure_current:} % \begin{macro}[aux]{\@@_color_reset:} -% Setting the current colour depends on the nature of the colour stack -% available. In all cases there is a need to reset the colour after +% Setting the current color depends on the nature of the color stack +% available. In all cases there is a need to reset the color after % the current group. % \begin{macrocode} %<*dvips|xdvipdfmx> |