[latex3-commits] [l3svn] r6278 - Say processors are forbidden for expandable commands
noreply at latex-project.org
noreply at latex-project.org
Mon Nov 16 13:48:38 CET 2015
Author: bruno
Date: 2015-11-16 13:48:37 +0100 (Mon, 16 Nov 2015)
New Revision: 6278
Modified:
trunk/l3packages/xparse/xparse.dtx
Log:
Say processors are forbidden for expandable commands
Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx 2015-11-16 12:45:04 UTC (rev 6277)
+++ trunk/l3packages/xparse/xparse.dtx 2015-11-16 12:48:37 UTC (rev 6278)
@@ -648,6 +648,7 @@
% \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.
+% \item Argument processors (using \texttt{>}) are not available.
% \item It is not possible to differentiate between, for example
% |\foo[| and |\foo{[}|: in both cases the \texttt{[} will be
% interpreted as the start of an optional argument. As a
@@ -655,7 +656,7 @@
% in the standard version.
% \end{itemize}
% \pkg{xparse} will issue an error if an argument specifier is given
-% which does not conform to the first three requirements. The last
+% which does not conform to the first six requirements. The last
% item is an issue when the function is used, and so is beyond the
% scope of \pkg{xparse} itself.
% \end{function}
More information about the latex3-commits
mailing list