diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-12 22:54:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-12 22:54:42 +0000 |
commit | 60ede63177ff54dd8d1934012fbecce179a633ee (patch) | |
tree | 9dbd9e4608c9a0caa9864fedf49f0a2aea36fedf /Master/texmf-dist/source/latex/l3kernel/l3expan.dtx | |
parent | c2d4fa6f59f3c566ccd85e3b250f0a27485bbaea (diff) |
l3 (12jul13)
git-svn-id: svn://tug.org/texlive/trunk@31181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3expan.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3expan.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx index 739acab95e5..9d19c801958 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3expan.dtx 4458 2013-02-03 15:49:37Z bruno $ +\GetIdInfo$Id: l3expan.dtx 4521 2013-07-09 11:45:31Z joseph $ {L3 Argument expansion} %</driver|package> %<*driver> @@ -78,7 +78,7 @@ % variants. % % \section{Defining new variants} -% \label{sec:defining-variants} +% \label{sec:l3expan:defining-variants} % % The definition of variant forms for base functions may be necessary % when writing new functions or when applying a kernel function in a @@ -117,7 +117,7 @@ % % \section{Methods for defining variants} % -% \begin{function}[updated = 2012-08-28]{\cs_generate_variant:Nn} +% \begin{function}[updated = 2013-07-09]{\cs_generate_variant:Nn} % \begin{syntax} % \cs{cs_generate_variant:Nn} \meta{parent control sequence} \Arg{variant argument specifiers} % \end{syntax} @@ -447,7 +447,7 @@ % \end{syntax} % These functions absorb the number of arguments given by their % specification, carry out the expansion -% indicated and leave the the results in the input stream, with the +% indicated and leave the results in the input stream, with the % last argument not surrounded by the usual braces. % Of these, the \texttt{:Nno}, \texttt{:Noo}, and \texttt{:Nfo} % variants need special (slower) processing. @@ -648,8 +648,8 @@ % point, and so is never going to be expandable.) % % The definition of expansion functions with this technique happens -% in section~\ref{sec:gendef}. -% In section~\ref{sec:handtune} some common cases are coded by a more direct +% in section~\ref{sec:l3expan:gendef}. +% In section~\ref{sec:l3expan:handtune} some common cases are coded by a more direct % method for efficiency, typically using calls to \cs{exp_after:wN}. % % \begin{variable}{\l_@@_internal_tl} @@ -877,7 +877,7 @@ % \end{macro} % % \subsection{Hand-tuned definitions} -% \label{sec:handtune} +% \label{sec:l3expan:handtune} % % One of the most important features of these functions is that they % are fully expandable and therefore allow to prefix them with @@ -1027,7 +1027,7 @@ % \end{macro} % % \subsection{Definitions with the automated technique} -% \label{sec:gendef} +% \label{sec:l3expan:gendef} % % Some of these could be done more efficiently, but the complexity of % coding then becomes an issue. Notice that the auto-generated functions |