texlive[43558] Master/texmf-dist: conv-xkv (20mar17)

commits+karl at tug.org commits+karl at tug.org
Mon Mar 20 23:58:44 CET 2017


Revision: 43558
          http://tug.org/svn/texlive?view=revision&revision=43558
Author:   karl
Date:     2017-03-20 23:58:44 +0100 (Mon, 20 Mar 2017)
Log Message:
-----------
conv-xkv (20mar17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/conv-xkv/README.md
    trunk/Master/texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf
    trunk/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx
    trunk/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty

Modified: trunk/Master/texmf-dist/doc/latex/conv-xkv/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/conv-xkv/README.md	2017-03-20 22:57:49 UTC (rev 43557)
+++ trunk/Master/texmf-dist/doc/latex/conv-xkv/README.md	2017-03-20 22:58:44 UTC (rev 43558)
@@ -1,6 +1,6 @@
 The conv-xkv Package
 Author: D. P. Story
-Dated: 2017/01/09
+Dated: 2017-02-17
 
 This small package supports key-value syntax other than the standard latex 
 syntax of <key>=<value>. Using this package, create key-values of the form 

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

Modified: trunk/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx	2017-03-20 22:57:49 UTC (rev 43557)
+++ trunk/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx	2017-03-20 22:58:44 UTC (rev 43558)
@@ -14,7 +14,7 @@
 %</copyright>
 %<package>\NeedsTeXFormat{LaTeX2e}
 %<package>\ProvidesPackage{conv-xkv}
-%<package> [2017/01/09 v1.1b convert xkeyval format (dps)]
+%<package> [2017/02/17 v1.1c convert xkeyval format (dps)]
 %<*driver>
 \documentclass{ltxdoc}
 \usepackage[colorlinks,hyperindex=false]{hyperref}
@@ -196,9 +196,9 @@
 \def\usekvdelim#1{\@nameuse{kvdelim-#1}}
 %    \end{macrocode}
 %    \begin{macro}{\DeclareDelimiter}
-%    In the preamble, we declare the delimiter to be used. The command takes on argument, which
+%    In the preamble, we declare the delimiter to be used. The command takes one argument, which
 %    is the delimiter to be used, for example `\texttt{:}' or `\texttt{->}'. If this declaration
-%    does not appear in the preamble, the delimited is taken to be `\texttt{:}'.
+%    does not appear in the preamble, the delimiter is taken to be `\texttt{:}'.
 %    \begin{macrocode}
 \def\DeclareDelimiter{\ckv at SetCatcodes\DeclareDelimiter at i}
 \def\DeclareDelimiter at i#1#2{\@ifundefined{kvdelim-#1}
@@ -366,7 +366,11 @@
                 \@nameuse{cxkv at cnvrtDelimniiEqual-#1}\cxkv at key
                 \@nameuse{kvdelim-#1}#3,#4\noexpand\@nil}
         \else
-            \cxkv at tmptoks=\expandafter{\cxkv at scratch,#2=#3}%
+%    \end{macrocode}
+%    (2017/02/17) Enclose \texttt{\#3} in braces
+%    \changes{v1.1c}{2017/02/17}{Enclose \string\texttt{\#3} in braces}
+%    \begin{macrocode}
+            \cxkv at tmptoks=\expandafter{\cxkv at scratch,#2={#3}}%
             \edef\cxkv at scratch{\the\cxkv at tmptoks}%
             \def\cxkv at next{%
                 \@nameuse{cxkv at cnvrtDelimniiEqual-#1}#4\@nil}\fi

Modified: trunk/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty	2017-03-20 22:57:49 UTC (rev 43557)
+++ trunk/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty	2017-03-20 22:58:44 UTC (rev 43558)
@@ -19,7 +19,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{conv-xkv}
- [2017/01/09 v1.1b convert xkeyval format (dps)]
+ [2017/02/17 v1.1c convert xkeyval format (dps)]
 \RequirePackage{xkeyval}
 \begingroup
   \@makeother\`%
@@ -203,7 +203,7 @@
                 \@nameuse{cxkv at cnvrtDelimniiEqual-#1}\cxkv at key
                 \@nameuse{kvdelim-#1}#3,#4\noexpand\@nil}
         \else
-            \cxkv at tmptoks=\expandafter{\cxkv at scratch,#2=#3}%
+            \cxkv at tmptoks=\expandafter{\cxkv at scratch,#2={#3}}%
             \edef\cxkv at scratch{\the\cxkv at tmptoks}%
             \def\cxkv at next{%
                 \@nameuse{cxkv at cnvrtDelimniiEqual-#1}#4\@nil}\fi



More information about the tex-live-commits mailing list