summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/withargs/withargs.sty11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/withargs/withargs.sty b/Master/texmf-dist/tex/latex/withargs/withargs.sty
index be1647d9749..c7d715687a3 100644
--- a/Master/texmf-dist/tex/latex/withargs/withargs.sty
+++ b/Master/texmf-dist/tex/latex/withargs/withargs.sty
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \iffalse %%%%
% %
-% Copyright (c) 2013 - Michiel Helvensteijn (www.mhelvens.net) %
+% Copyright (c) 2016 - Michiel Helvensteijn (www.mhelvens.net) %
% %
% This work may be distributed and/or modified under the conditions %
% of the LaTeX Project Public License, either version 1.3 of this %
@@ -17,7 +17,7 @@
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \fi %%%%
-% \CheckSum{115}
+% \CheckSum{117}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -46,7 +46,7 @@
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\RequirePackage{expl3}
-\ProvidesExplPackage{withargs}{2015/09/07}{0.1.0}
+\ProvidesExplPackage{withargs}{2016/12/19}{0.2.0}
{an inline construct for passing token lists as TeX parameters}
% \end{macrocode}
%
@@ -142,7 +142,7 @@
% longer than |#1| --- a prefix.
%
% \begin{macrocode}
-\cs_new:Nn \__withargs_var:nx {
+\cs_new:Nn \__withargs_var:nn {
\cs_generate_variant:cx
{ withargs : \prg_replicate:nn{#1}{n} n }
{ #2 n }
@@ -155,6 +155,7 @@
}
% \end{macrocode}
% \uninteresting\begin{macrocode}
+\cs_generate_variant:Nn \__withargs_var:nn {nx}
\cs_generate_variant:Nn \cs_generate_variant:Nn {cx}
% \end{macrocode}
%
@@ -327,5 +328,3 @@
% \end{macrocode}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-