diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx index 6342bb959ba..36a13537312 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}[2014/09/15] -%<package>\@ifpackagelater{expl3}{2014/09/15} +\RequirePackage{expl3}[2014/11/25] +%<package>\@ifpackagelater{expl3}{2014/11/25} %<package> {} %<package> {% %<package> \PackageError{xparse}{Support package l3kernel too old} @@ -54,7 +54,7 @@ %<package> }% %<package> \endinput %<package> } -\GetIdInfo$Id: xparse.dtx 5423 2014-09-15 10:48:14Z joseph $ +\GetIdInfo$Id: xparse.dtx 5471 2014-11-25 20:11:29Z joseph $ {L3 Experimental document command parser} %</driver|package> %<*driver> @@ -161,7 +161,7 @@ % character and its next occurrence, in a way similar to the argument % of the \LaTeXe{} command \cs{verb}. Thus a \texttt{v}-type argument % is read between two matching tokens, which cannot be any of |%|, |\|, -% |#|, |{|, |}|, |^| or \verb*| |. +% |#|, |{|, |}| or \verb*| |. % The verbatim argument can also be enclosed between braces, |{| and |}|. % A command with a verbatim % argument will not work when it appears within an argument of @@ -584,7 +584,7 @@ % declaring a function % \begin{verbatim} % \DeclareDocumentCommand \foo -% { > { \TrimSpaces } } +% { > { \TrimSpaces } m } % { \showtokens {#1} } % \end{verbatim} % and using it in a document as |