From 9fae8e024addafd50bf3d885ffa790654bf0c4a0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 20 Mar 2017 22:58:44 +0000 Subject: conv-xkv (20mar17) git-svn-id: svn://tug.org/texlive/trunk@43558 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/conv-xkv/README.md | 2 +- .../texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf | Bin 100538 -> 86415 bytes .../texmf-dist/source/latex/conv-xkv/conv-xkv.dtx | 12 ++++++++---- Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/conv-xkv/README.md b/Master/texmf-dist/doc/latex/conv-xkv/README.md index efca36d48aa..398e0e02e5a 100644 --- a/Master/texmf-dist/doc/latex/conv-xkv/README.md +++ b/Master/texmf-dist/doc/latex/conv-xkv/README.md @@ -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 =. Using this package, create key-values of the form diff --git a/Master/texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf b/Master/texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf index ebfb29e660d..73e51289e49 100644 Binary files a/Master/texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf and b/Master/texmf-dist/doc/latex/conv-xkv/doc/conv-xkv.pdf differ diff --git a/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx b/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx index 57fc4b6e194..2815654df2c 100644 --- a/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx +++ b/Master/texmf-dist/source/latex/conv-xkv/conv-xkv.dtx @@ -14,7 +14,7 @@ % %\NeedsTeXFormat{LaTeX2e} %\ProvidesPackage{conv-xkv} -% [2017/01/09 v1.1b convert xkeyval format (dps)] +% [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@SetCatcodes\DeclareDelimiter@i} \def\DeclareDelimiter@i#1#2{\@ifundefined{kvdelim-#1} @@ -366,7 +366,11 @@ \@nameuse{cxkv@cnvrtDelimniiEqual-#1}\cxkv@key \@nameuse{kvdelim-#1}#3,#4\noexpand\@nil} \else - \cxkv@tmptoks=\expandafter{\cxkv@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@tmptoks=\expandafter{\cxkv@scratch,#2={#3}}% \edef\cxkv@scratch{\the\cxkv@tmptoks}% \def\cxkv@next{% \@nameuse{cxkv@cnvrtDelimniiEqual-#1}#4\@nil}\fi diff --git a/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty b/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty index 0da4b2b044b..f8336f9d44c 100644 --- a/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty +++ b/Master/texmf-dist/tex/latex/conv-xkv/conv-xkv.sty @@ -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@cnvrtDelimniiEqual-#1}\cxkv@key \@nameuse{kvdelim-#1}#3,#4\noexpand\@nil} \else - \cxkv@tmptoks=\expandafter{\cxkv@scratch,#2=#3}% + \cxkv@tmptoks=\expandafter{\cxkv@scratch,#2={#3}}% \edef\cxkv@scratch{\the\cxkv@tmptoks}% \def\cxkv@next{% \@nameuse{cxkv@cnvrtDelimniiEqual-#1}#4\@nil}\fi -- cgit v1.2.3