summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/expkv-opt
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-11 20:49:19 +0000
committerKarl Berry <karl@freefriends.org>2020-10-11 20:49:19 +0000
commit2579db312dc508bbbe9e4ba31a8a510545f69503 (patch)
tree3e64bf68b6f2a781a41cd57604064bfc4ed22e54 /Master/texmf-dist/source/generic/expkv-opt
parent3422d732c6ff0bf2df753c64bee1cb533ca71474 (diff)
expkv-opt (11oct20)
git-svn-id: svn://tug.org/texlive/trunk@56633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/expkv-opt')
-rw-r--r--Master/texmf-dist/source/generic/expkv-opt/expkv-opt.dtx15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/expkv-opt/expkv-opt.dtx b/Master/texmf-dist/source/generic/expkv-opt/expkv-opt.dtx
index 511cf6bf083..f9a30b79663 100644
--- a/Master/texmf-dist/source/generic/expkv-opt/expkv-opt.dtx
+++ b/Master/texmf-dist/source/generic/expkv-opt/expkv-opt.dtx
@@ -481,8 +481,8 @@ and the derived files expkv-opt.pdf
% \begin{macro}{\ekvoVersion,\ekvoDate}
% Store the packages version and date in two macros.
% \begin{macrocode}
-\newcommand*\ekvoVersion{0.1a}
-\newcommand*\ekvoDate{2020-07-04}
+\newcommand*\ekvoVersion{0.1b}
+\newcommand*\ekvoDate{2020-10-10}
% \end{macrocode}
% \end{macro}
% And we report who we are and what we need.
@@ -725,11 +725,12 @@ and the derived files expkv-opt.pdf
% commas isn't executed, else this is equivalent to
% |\ekvparse\ekvo@set@k\ekvo@set@kv{#1}|.
% \begin{macrocode}
-\long\def\ekvo@parse#1%
+\protected\long\def\ekvo@parse#1%
{%
\ekv@eq@other#1\ekv@nil\ekv@mark\ekv@parse@eq@other@a
- =\ekv@mark\ekv@parse@eq@active\ekv@stop
+ =\ekv@mark\ekv@parse@eq@active
\ekvo@set@k\ekvo@set@kv
+ \ekvo@tail
}
% \end{macrocode}
% \end{macro}
@@ -737,9 +738,9 @@ and the derived files expkv-opt.pdf
% \begin{macro}[internal]{\ekvo@set@k,\ekvo@set@kv}
% These two macros check whether the key is defined and if so call the handler
% for defined keys and execute the key, else the handler for undefined keys is
-% called.
+% called. They have to clean up a bit of code which is left by |\ekvo@parse|.
% \begin{macrocode}
-\protected\def\ekvo@set@k#1%
+\protected\def\ekvo@set@k#1#2\ekvo@tail
{%
\ekv@ifdefined{\ekvo@name{#1}N}%
{%
@@ -748,7 +749,7 @@ and the derived files expkv-opt.pdf
}%
{\ekvo@handle@undefined@k{#1}}%
}
-\protected\def\ekvo@set@kv#1#2%
+\protected\def\ekvo@set@kv#1#2#3\ekvo@tail
{%
\ekv@ifdefined{\ekvo@name{#1}}%
{%