diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-23 21:35:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-23 21:35:29 +0000 |
commit | f3c83bf74de3d90b6b29d0e2d746de62dec94fcc (patch) | |
tree | 754a9a418a857ee87abf0a9ebbde3115a99b5811 /Master/texmf-dist/doc/latex/thmtools | |
parent | 38dce9ab6ea65fe861b81517815b2245dcbf1456 (diff) |
thmtools (23dec19)
git-svn-id: svn://tug.org/texlive/trunk@53219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thmtools')
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/VERSION.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/thmtools/changes.txt | 6 |
3 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/README b/Master/texmf-dist/doc/latex/thmtools/README index 34aa5feb9f8..711b6051ffe 100644 --- a/Master/texmf-dist/doc/latex/thmtools/README +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex index 8e8f442d1e5..466ff0ebce5 100644 --- a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/thmtools/changes.txt b/Master/texmf-dist/doc/latex/thmtools/changes.txt new file mode 100644 index 00000000000..06dc12ef79e --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 + + |