diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-07 22:42:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-07 22:42:29 +0000 |
commit | 913d5634756f5af369b18da0baf14b1ecc2299ef (patch) | |
tree | 8f8a59ec4b20eea8f54aac972365e60bd19074ea /Master/texmf-dist/source/latex/l3packages/xparse | |
parent | 8b88d8570ac83e33a29938f8799ab728a94a6b70 (diff) |
l3packages 3331 (7feb12)
git-svn-id: svn://tug.org/texlive/trunk@25330 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xparse')
-rw-r--r-- | Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx index 66bb99d4f14..5c76244e928 100644 --- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx @@ -41,8 +41,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2012/01/31] -%<package>\@ifpackagelater{expl3}{2012/01/31} +\RequirePackage{expl3}[2012/02/07] +%<package>\@ifpackagelater{expl3}{2012/02/07} %<package> {} %<package> { %<package> \PackageError{xparse}{Support package l3kernel too old.} @@ -53,7 +53,7 @@ %<package> } %<package> \endinput %<package> } -\GetIdInfo$Id: xparse.dtx 3285 2012-01-31 21:49:24Z joseph $ +\GetIdInfo$Id: xparse.dtx 3330 2012-02-07 15:13:36Z joseph $ {L3 Experimental document command parser} %</driver|package> %<*driver> @@ -595,10 +595,11 @@ % available: % \begin{itemize} % \item The last argument (if any are present) must be one of the -% mandatory types \texttt{m} or \texttt{r}. (Types \texttt{l} and -% \texttt{u} are not available.) +% mandatory types \texttt{m} or \texttt{r}. % \item All arguments are either short or long: it is not possible % to mix short and long argument types. +% \item The mandatory argument types \texttt{l} and \texttt{u} are +% not available. % \item The \enquote{optional group} argument types \texttt{g} and % \texttt{G} are not available. % \item The \enquote{verbatim} argument type \texttt{v} is not available. @@ -3094,7 +3095,7 @@ short~or~all~be~long.~You~have~tried~to~mix~the~two~types. } \msg_kernel_new:nnnn { xparse } { invalid-expandable-argument-type } - { Unknown~argument~type~'#1'~replaced~by~'m'. } + { Argument~type~'#1'~not~available~for~an~expandable~function. } { \c_msg_coding_error_text_tl The~letter~'#1'~does~not~specify~an~argument~type~which~can~be~used~ |