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/source/latex/conv-xkv/conv-xkv.dtx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source/latex/conv-xkv') 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 -- cgit v1.2.3