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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx index 0c632a9179e..a0b627b5e46 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/02/26] -%<package>\@ifpackagelater{expl3}{2012/02/26} +\RequirePackage{expl3}[2012/04/23] +%<package>\@ifpackagelater{expl3}{2012/04/23} %<package> {} %<package> { %<package> \PackageError{xparse}{Support package l3kernel too old.} @@ -53,7 +53,7 @@ %<package> } %<package> \endinput %<package> } -\GetIdInfo$Id: xparse.dtx 3471 2012-02-26 20:12:23Z joseph $ +\GetIdInfo$Id: xparse.dtx 3570 2012-04-23 13:24:55Z joseph $ {L3 Experimental document command parser} %</driver|package> %<*driver> @@ -110,8 +110,8 @@ % \item \cs{NewDocumentEnvironment} % \item \cs{RenewDocumentEnvironment} % \item \cs{ProvideDocumentEnvironment} -% \item \cs{IfNoValue(TF)} (the need for \cs{IfValue(TF)} is currently -% an item of active discussion) +% \item \cs{DeclareExpandableDocumentCommand} +% \item \cs{IfNoValue(TF)} % \item \cs{IfBoolean(TF)} % \end{itemize} % with the other functions currently regarded as \enquote{experimental}. Please @@ -3373,8 +3373,8 @@ \DeclareOption { log-declarations = true } { } \DeclareOption { log-declarations = false } { - \msg_redirect_module:nnn { xparse } { info } { none } - \msg_redirect_module:nnn { xparse } { warning } { none } + \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } + \msg_redirect_module:nnn { LaTeX / xparse } { warning } { none } } \DeclareOption { log-declarations } { } \ProcessOptions \scan_stop: |