summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/thmtools/README7
-rw-r--r--Master/texmf-dist/doc/latex/thmtools/VERSION.tex2
-rw-r--r--Master/texmf-dist/source/latex/thmtools/aliasctr.dtx3
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-listof.dtx5
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-patch.dtx5
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thmtools.ins5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/aliasctr.sty7
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/parseargs.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-kv.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-listof.sty6
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-patch.sty7
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-restate.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmtools.sty5
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/unique.sty5
22 files changed, 55 insertions, 57 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/README b/Master/texmf-dist/doc/latex/thmtools/README
index 7fe0ec979f3..34aa5feb9f8 100644
--- a/Master/texmf-dist/doc/latex/thmtools/README
+++ b/Master/texmf-dist/doc/latex/thmtools/README
@@ -12,5 +12,10 @@ a \listoftheorem command
hyperref/autoref compatibility
a way of restating entire theorems with a single macro call
-License: LPPL 1.3a; maintained by ulmi@absatzen.de
+License: LPPL 1.3c
+
+Currently the package has no maintainer.
+Previous Maintainer was Ulrich M. Schwarz, ulmi@absatzen.de
+
+
$Id: README,v 1.1 2008/02/17 21:13:58 ulmi Exp ulmi $
diff --git a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
index ac20e3ee5c7..8e8f442d1e5 100644
--- a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
+++ b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
@@ -1 +1 @@
-\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2014-04-21 20:11:26 +0200 v66\@ \ No newline at end of file
+\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2019-07-31 00:00:00 +0200 v67\@
diff --git a/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx b/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx
index 1dd8d3aff17..b492f95f560 100644
--- a/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx
@@ -50,7 +50,8 @@
% This code has been adapted from David Carlisle's \pkg{remreset}. We
% load that here only to prevent it from being loaded again.
% \begin{macrocode}
-\RequirePackage{remreset}
+% FMi 2019-07-31 \@removereset is in the kernel these days
+\@ifundefined{@removefromreset}{\RequirePackage{remreset}}{}
\renewcommand*\@removefromreset[2]{\bgroup
\edef\aliasctr@@truelist{\aliasctr@follow{#2}}%
\expandafter\let\csname c@#1\endcsname\@removefromreset
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
index 2ffc1913148..e91219eca1d 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
@@ -35,6 +35,8 @@
% \item[ignoreall]
% \item[showall] Like applying ignore or show with a list of all theorems
% you have defined.
+% \item[title]
+% Provide a title for this list overwriting the default in |\listtheoremname|.
% \end{description}
%
% \DescribeMacro{\listtheoremname}
@@ -116,6 +118,9 @@
\define@key{thmt-listof}{show}[\thmt@allenvs]{\showtheorems{#1}}
\define@key{thmt-listof}{ignoreall}[true]{\ignoretheorems{\thmt@allenvs}}
\define@key{thmt-listof}{showall}[true]{\showtheorems{\thmt@allenvs}}
+% FMi 2019-09-31 allow local title
+\define@key{thmt-listof}{title}{\def\listtheoremname{#1}}
+% -- FMi
\providecommand\thmt@listnumwidth{2.3em}
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
index 39f245d56bc..b1e28b6fe43 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
@@ -80,7 +80,10 @@
\csname thmt@#1@postheadhook\endcsname
\thmt@generic@postheadhook
\thmt@local@postheadhook
- \let\@parsecmd\@empty
+%FMi 2019-07-31
+% \let\@parsecmd\@empty
+ \let\@parsecmd\ignorespaces
+%FMi ---
}%
}%
}%
diff --git a/Master/texmf-dist/source/latex/thmtools/thmtools.ins b/Master/texmf-dist/source/latex/thmtools/thmtools.ins
index 71487ac60c6..4b97aae226c 100644
--- a/Master/texmf-dist/source/latex/thmtools/thmtools.ins
+++ b/Master/texmf-dist/source/latex/thmtools/thmtools.ins
@@ -11,10 +11,9 @@
This is a generated file.
This file is part of the `thmtools' package.
-The `thmtools' package has the LPPL maintenance status: maintained.
-Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+The `thmtools' package has the LPPL maintenance status: unmaintained.
-Copyright (C) 2008-\the\year by Ulrich M. Schwarz.
+Copyright (C) 2008-2014 by Ulrich M. Schwarz.
This file may be distributed and/or modified under the
conditions of the LaTeX Project Public License, version 1.3a.
diff --git a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
index 9d1c828f0d1..59035402791 100644
--- a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {aliasctr}[2014/04/21 v66]
+\ProvidesPackage {aliasctr}[2019/07/31 v67]
\def\aliasctr@f@llow#1#2\@nil#3{%
\ifx#1\@elt
\noexpand #3%
@@ -37,7 +36,7 @@
\let\@elt\relax
\expandafter\@cons\aliasctr@@truelist{{#1}}%
\egroup}
-\RequirePackage{remreset}
+\@ifundefined{@removefromreset}{\RequirePackage{remreset}}{}
\renewcommand*\@removefromreset[2]{\bgroup
\edef\aliasctr@@truelist{\aliasctr@follow{#2}}%
\expandafter\let\csname c@#1\endcsname\@removefromreset
diff --git a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
index d50afb65ab0..87ee994d173 100644
--- a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {parseargs}[2014/04/21 v66]
+\ProvidesPackage {parseargs}[2019/07/31 v67]
\newtoks\@parsespec
\def\parse@endquark{\parse@endquark}
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
index 946b69aadae..9c46d70a19c 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-amsthm}[2014/04/21 v66]
+\ProvidesPackage {thm-amsthm}[2019/07/31 v67]
\providecommand\thmt@space{ }
\define@key{thmstyle}{spaceabove}{%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
index e7d9dd4bc00..760dce2306e 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-autoref}[2014/04/21 v66]
+\ProvidesPackage {thm-autoref}[2019/07/31 v67]
\RequirePackage{thm-patch, aliasctr, parseargs, keyval}
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty b/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
index c45e6ab0ff5..1e96f4a42ba 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-beamer}[2014/04/21 v66]
+\ProvidesPackage {thm-beamer}[2019/07/31 v67]
\newif\ifthmt@hasoverlay
\def\thmt@parsetheoremargs#1{%
\parse{%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty b/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
index 55c9547fead..8e6701a4237 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-kv}[2014/04/21 v66]
+\ProvidesPackage {thm-kv}[2019/07/31 v67]
\let\@xa\expandafter
\let\@nx\noexpand
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
index 10c19cfa0bb..363cbac8dc2 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-listof}[2014/04/21 v66]
+\ProvidesPackage {thm-listof}[2019/07/31 v67]
\let\@xa=\expandafter
\let\@nx=\noexpand
\RequirePackage{thm-patch,keyval,kvsetkeys}
@@ -83,6 +82,7 @@
\define@key{thmt-listof}{show}[\thmt@allenvs]{\showtheorems{#1}}
\define@key{thmt-listof}{ignoreall}[true]{\ignoretheorems{\thmt@allenvs}}
\define@key{thmt-listof}{showall}[true]{\showtheorems{\thmt@allenvs}}
+\define@key{thmt-listof}{title}{\def\listtheoremname{#1}}
\providecommand\thmt@listnumwidth{2.3em}
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
index f31c2fdb21f..9114deb27ca 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-llncs}[2014/04/21 v66]
+\ProvidesPackage {thm-llncs}[2019/07/31 v67]
\@ifclasslater{llncs}{2010/04/15}{}{%
\PackageWarningNoLine{thmtools}{%
LLNCS.cls too old, not supported by thmtools
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty b/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
index 491a880b9a5..6703fd8041b 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-ntheorem}[2014/04/21 v66]
+\ProvidesPackage {thm-ntheorem}[2019/07/31 v67]
\providecommand\thmt@space{ }
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
index 591c7f9ca8e..4e5a691db9f 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-patch}[2014/04/21 v66]
+\ProvidesPackage {thm-patch}[2019/07/31 v67]
\RequirePackage{parseargs}
\newif\ifthmt@isstarred
@@ -56,7 +55,7 @@
\csname thmt@#1@postheadhook\endcsname
\thmt@generic@postheadhook
\thmt@local@postheadhook
- \let\@parsecmd\@empty
+ \let\@parsecmd\ignorespaces
}%
}%
}%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
index 18f0c7743ac..cc63ddb184d 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-restate}[2014/04/21 v66]
+\ProvidesPackage {thm-restate}[2019/07/31 v67]
\RequirePackage{thmtools}
\let\@xa\expandafter
\let\@nx\noexpand
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
index 93ac1013ebf..dbfd4f9a488 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-mdframed}[2014/04/21 v66]
+\ProvidesPackage {thmdef-mdframed}[2019/07/31 v67]
\define@key{thmdef}{mdframed}[{}]{%
\thmt@trytwice{}{%
\RequirePackage{mdframed}%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
index 5a4ea2fde62..c815eeffac5 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-shaded}[2014/04/21 v66]
+\ProvidesPackage {thmdef-shaded}[2019/07/31 v67]
\define@key{thmdef}{shaded}[{}]{%
\thmt@trytwice{}{%
\RequirePackage{shadethm}%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
index 280d4103516..387cba28ac4 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-thmbox}[2014/04/21 v66]
+\ProvidesPackage {thmdef-thmbox}[2019/07/31 v67]
\define@key{thmdef}{thmbox}[L]{%
\thmt@trytwice{%
\let\oldproof=\proof
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
index a3b14927384..031b2276a01 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmtools}[2014/04/21 v66]
+\ProvidesPackage {thmtools}[2019/07/31 v67]
\DeclareOption{debug}{%
\def\thmt@debug{\typeout}%
}
diff --git a/Master/texmf-dist/tex/latex/thmtools/unique.sty b/Master/texmf-dist/tex/latex/thmtools/unique.sty
index 2b1489e7729..89abafa455c 100644
--- a/Master/texmf-dist/tex/latex/thmtools/unique.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/unique.sty
@@ -8,8 +8,7 @@
%% This is a generated file.
%%
%% This file is part of the `thmtools' package.
-%% The `thmtools' package has the LPPL maintenance status: maintained.
-%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
+%% The `thmtools' package has the LPPL maintenance status: unmaintained.
%%
%% Copyright (C) 2008-2014 by Ulrich M. Schwarz.
%%
@@ -20,7 +19,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {unique}[2014/04/21 v66]
+\ProvidesPackage {unique}[2019/07/31 v67]
\DeclareOption{unq}{%
\newwrite\uniq@channel