texlive[42756] Master/texmf-dist: withargs (20dec16)

commits+karl at tug.org commits+karl at tug.org
Tue Dec 20 23:55:14 CET 2016


Revision: 42756
          http://tug.org/svn/texlive?view=revision&revision=42756
Author:   karl
Date:     2016-12-20 23:55:13 +0100 (Tue, 20 Dec 2016)
Log Message:
-----------
withargs (20dec16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/withargs/README
    trunk/Master/texmf-dist/doc/latex/withargs/withargs.pdf
    trunk/Master/texmf-dist/doc/latex/withargs/withargs.tex
    trunk/Master/texmf-dist/tex/latex/withargs/withargs.sty

Modified: trunk/Master/texmf-dist/doc/latex/withargs/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/withargs/README	2016-12-20 22:54:48 UTC (rev 42755)
+++ trunk/Master/texmf-dist/doc/latex/withargs/README	2016-12-20 22:55:13 UTC (rev 42756)
@@ -1,11 +1,12 @@
-LaTeX Package : withargs 0.0.2
+LaTeX Package : withargs 0.2.0
 
-Last Modified : 2013-10-07
+Last Modified : 2016-12-19
 
 Author        : Michiel Helvensteijn  (www.mhelvens.net)
 
-===== Prerequisites =====
 
+##### Prerequisites #####
+
 To use this package, you need the following expl3 packages:
 * expl3
 * l3regex
@@ -13,8 +14,9 @@
 
 To generate the documentation some extra packages are needed.
 
-===== Installation =====
 
+##### Installation #####
+
 withargs.sty is provided directly in the package archive. Put
 it in a place where your LaTeX distribution can find it.
 
@@ -22,8 +24,9 @@
  may use docstrip to remove the documentation, but you don't
  have to; it will just work the way it is)
 
-===== Documentation =====
 
+##### Documentation #####
+
 withargs.pdf is provided directly in the package archive. To
 generate the documentation yourself, run LaTeX on withargs.tex.
 
@@ -30,8 +33,9 @@
 (withargs.tex does not contain the package code itself; it inputs
  withargs.sty directly to document the implementation)
 
-===== License =====
 
+##### License #####
+
 This material is subject to the LaTeX Project Public License. See
 http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html 
 for the details of that license.

Modified: trunk/Master/texmf-dist/doc/latex/withargs/withargs.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/withargs/withargs.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/withargs/withargs.tex	2016-12-20 22:54:48 UTC (rev 42755)
+++ trunk/Master/texmf-dist/doc/latex/withargs/withargs.tex	2016-12-20 22:55:13 UTC (rev 42756)
@@ -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             %
@@ -43,6 +43,9 @@
 \changes{0.1.0}{2015/09/07}
   {adjusted code to new version of expl3}
 
+\changes{0.2.0}{2016/12/19}
+  {adjusted code to new version of expl3}
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \begin{document}                                                               %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Modified: trunk/Master/texmf-dist/tex/latex/withargs/withargs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/withargs/withargs.sty	2016-12-20 22:54:48 UTC (rev 42755)
+++ trunk/Master/texmf-dist/tex/latex/withargs/withargs.sty	2016-12-20 22:55:13 UTC (rev 42756)
@@ -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}
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-



More information about the tex-live-commits mailing list