diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-20 22:55:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-20 22:55:13 +0000 |
commit | e2419228ad39462619bd7051753e7125ca5ca626 (patch) | |
tree | 3801e19fa32f1a994f61f7276e5af7eef2dccefb /Master/texmf-dist/tex/latex/withargs | |
parent | f84e6a7cb7a889c2a8c7297f9d5ca4894eab7687 (diff) |
withargs (20dec16)
git-svn-id: svn://tug.org/texlive/trunk@42756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/withargs')
-rw-r--r-- | Master/texmf-dist/tex/latex/withargs/withargs.sty | 11 |
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} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - |