diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-12 20:04:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-12 20:04:17 +0000 |
commit | 0e064a27b10ac2dc27a364c969f8f52e5783c6c7 (patch) | |
tree | 86bf6cee1f30b12b4d6b4296d7e4f72d48e4a4b5 /Master/texmf-dist/source/latex | |
parent | 6c15c4fc80a80df5104f2e9214a877d5da3a3284 (diff) |
expkv (12apr21)
git-svn-id: svn://tug.org/texlive/trunk@58853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/expkv/expkv.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/expkv/expkv.dtx b/Master/texmf-dist/source/latex/expkv/expkv.dtx index 49af99c01d4..553065f32bd 100644 --- a/Master/texmf-dist/source/latex/expkv/expkv.dtx +++ b/Master/texmf-dist/source/latex/expkv/expkv.dtx @@ -1325,8 +1325,8 @@ and the derived files expkv.pdf % \begin{macro}{\ekvVersion,\ekvDate} % We're on our first input, so lets store the version and date in a macro. % \begin{macrocode} -\def\ekvVersion{1.7} -\def\ekvDate{2021-04-09} +\def\ekvVersion{1.7a} +\def\ekvDate{2021-04-11} % \end{macrocode} % \end{macro} % @@ -1380,8 +1380,8 @@ and the derived files expkv.pdf % \begin{macro}[internal] % { % \@gobble,\@firstofone,\@firstoftwo,\@secondoftwo, -% \ekv@gobbleto@stop,\ekv@fi@gobble,\ekv@fi@firstoftwo,\ekv@fi@secondoftwo, -% \ekv@gobble@mark,\ekv@gobble@from@mark@to@stop +% \ekv@fi@gobble,\ekv@fi@firstofone,\ekv@fi@firstoftwo,\ekv@fi@secondoftwo, +% \ekv@gobble@mark,\ekv@gobbleto@stop,\ekv@gobble@from@mark@to@stop % } % Since branching tests are often more versatile than |\if...\else...\fi| % constructs, we define helpers that are branching pretty fast. Also here are @@ -1396,10 +1396,11 @@ and the derived files expkv.pdf \long\def\@firstoftwo#1#2{#1} \long\def\@secondoftwo#1#2{#2} \long\def\ekv@fi@gobble\fi\@firstofone#1{\fi} +\long\def\ekv@fi@firstofone\fi\@gobble#1{\fi#1} \long\def\ekv@fi@firstoftwo\fi\@secondoftwo#1#2{\fi#1} \long\def\ekv@fi@secondoftwo\fi\@firstoftwo#1#2{\fi#2} -\long\def\ekv@gobbleto@stop#1\ekv@stop{} \def\ekv@gobble@mark\ekv@mark{} +\long\def\ekv@gobbleto@stop#1\ekv@stop{} \long\def\ekv@gobble@from@mark@to@stop\ekv@mark#1\ekv@stop{} % \end{macrocode} % \end{macro} |