summaryrefslogtreecommitdiff
path: root/macros/latex/exptl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-23 03:00:28 +0000
committerNorbert Preining <norbert@preining.info>2019-12-23 03:00:28 +0000
commita1dedaefa2becaafcd09daa0489ec89a84908e34 (patch)
tree0ea567121e62ae07380883d54d5c2c295ecce47f /macros/latex/exptl
parent00707dfd6ac16ef1f4dc0cf9512c42f2fd20ad35 (diff)
CTAN sync 201912230300
Diffstat (limited to 'macros/latex/exptl')
-rw-r--r--macros/latex/exptl/thmtools/README3
-rw-r--r--macros/latex/exptl/thmtools/VERSION.tex3
-rw-r--r--macros/latex/exptl/thmtools/changes.txt6
-rw-r--r--macros/latex/exptl/thmtools/thm-kv.dtx5
4 files changed, 13 insertions, 4 deletions
diff --git a/macros/latex/exptl/thmtools/README b/macros/latex/exptl/thmtools/README
index 34aa5feb9f..711b6051ff 100644
--- a/macros/latex/exptl/thmtools/README
+++ b/macros/latex/exptl/thmtools/README
@@ -14,7 +14,8 @@ a way of restating entire theorems with a single macro call
License: LPPL 1.3c
-Currently the package has no maintainer.
+Currently the package has no maintainer ... and is looking for one!
+
Previous Maintainer was Ulrich M. Schwarz, ulmi@absatzen.de
diff --git a/macros/latex/exptl/thmtools/VERSION.tex b/macros/latex/exptl/thmtools/VERSION.tex
index 8e8f442d1e..466ff0ebce 100644
--- a/macros/latex/exptl/thmtools/VERSION.tex
+++ b/macros/latex/exptl/thmtools/VERSION.tex
@@ -1 +1,2 @@
-\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2019-07-31 00:00:00 +0200 v67\@
+% set by hand as I don't use CVS
+\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2019-12-22 00:00:00 +0200 v68\@
diff --git a/macros/latex/exptl/thmtools/changes.txt b/macros/latex/exptl/thmtools/changes.txt
new file mode 100644
index 0000000000..06dc12ef79
--- /dev/null
+++ b/macros/latex/exptl/thmtools/changes.txt
@@ -0,0 +1,6 @@
+2019-12-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * thm-kv.dtx:
+ removed dependency on etexcmds package
+
+
diff --git a/macros/latex/exptl/thmtools/thm-kv.dtx b/macros/latex/exptl/thmtools/thm-kv.dtx
index 1e7e358082..4a31a51885 100644
--- a/macros/latex/exptl/thmtools/thm-kv.dtx
+++ b/macros/latex/exptl/thmtools/thm-kv.dtx
@@ -73,7 +73,7 @@
\unless \ifcsname KVS@#1@handler\endcsname
\kv@error@unknownkey {#1}{#2}%
\else
- \kv@handled@true
+ \kv@handled@true
\csname KVS@#1@handler\endcsname {#2}{#3}\relax
\ifkv@handled@ \else
\kv@error@unknownkey {#1}{#2}%
@@ -98,7 +98,8 @@
\csname @safe@activestrue\endcsname
\@xa\let\csname ifincsname\@xa\endcsname\csname iftrue\endcsname
\edef\KVS@temp{\endgroup
- \noexpand\KVS@ProcessorDefault{#1}{\etex@unexpanded{#2}}%
+% 2019/12/22 removed dependency on etexcmds package
+ \noexpand\KVS@ProcessorDefault{#1}{\unexpanded{#2}}%
}%
\KVS@temp
}%