diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3basics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3basics.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx index 98fe66d8b35..b00dee6ec9e 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3basics.dtx 4428 2013-01-10 13:23:29Z bruno $ +\GetIdInfo$Id: l3basics.dtx 4521 2013-07-09 11:45:31Z joseph $ {L3 Basic definitions} %</driver|package> %<*driver> @@ -185,15 +185,15 @@ % \end{description} % % Finally, the functions in -% Subsections~\ref{sec:defining-new-function-1}~and -% \ref{sec:defining-new-function-2} are primarily meant to define +% Subsections~\ref{sec:l3basics:defining-new-function-1}~and +% \ref{sec:l3basics:defining-new-function-2} are primarily meant to define % \emph{base functions} only. Base functions can only have the following % argument specifiers: % \begin{description} % \item[|N| and |n|] No manipulation. % \item[|T| and |F|] Functionally equivalent to |n| (you are actually % encouraged to use the family of |\prg_new_conditional:| functions -% described in Section~\ref{sec:new-conditional-functions}). +% described in Section~\ref{sec:l3basics:new-conditional-functions}). % \item[|p| and |w|] These are special cases. % \end{description} % @@ -201,10 +201,10 @@ % other argument specifiers in your function names, but they do not handle % expansion for you. You should define the base function and then use % \cs{cs_generate_variant:Nn} to generate custom variants as described in -% Section~\ref{sec:defining-variants}. +% Section~\ref{sec:l3basics:defining-variants}. % % \subsection{Defining new functions using parameter text} -% \label{sec:defining-new-function-1} +% \label{sec:l3basics:defining-new-function-1} % % \begin{function}{\cs_new:Npn, \cs_new:cpn, \cs_new:Npx, \cs_new:cpx} % \begin{syntax} @@ -393,7 +393,7 @@ % \end{function} % % \subsection{Defining new functions using the signature} -% \label{sec:defining-new-function-2} +% \label{sec:l3basics:defining-new-function-2} % % \begin{function} % { @@ -982,7 +982,7 @@ % \end{function} % % \section{Predicates and conditionals} -% \label{sec:predicates} +% \label{sec:l3basics:predicates} % % \LaTeX3 has three concepts for conditional flow processing: % \begin{description} @@ -1337,7 +1337,7 @@ % \begin{function}{\__cs_tmp:w} % Function used for various short-term usages, for instance defining % functions whose definition involves tokens which are hard to insert -% normally (spaces, charactes with category other). +% normally (spaces, characters with category other). % \end{function} % % \begin{function}{\__kernel_register_show:N, \__kernel_register_show:c} @@ -1899,7 +1899,7 @@ % name. In the absence of a colon, we throw an error and don't define % any conditional. The fourth and fifth arguments build up the % defining function. The sixth is the parameters to use (possibly -% empty), the seventh is the list of forms to define, the eigth is the +% empty), the seventh is the list of forms to define, the eighth is the % replacement text which we will augment when defining the forms. % The use of \cs{etex_detokenize:D} makes the later loop more robust. % \begin{macrocode} |