texlive[51790] Master/texmf-dist: thmtools (31jul19)

commits+karl at tug.org commits+karl at tug.org
Wed Jul 31 23:02:10 CEST 2019


Revision: 51790
          http://tug.org/svn/texlive?view=revision&revision=51790
Author:   karl
Date:     2019-07-31 23:02:10 +0200 (Wed, 31 Jul 2019)
Log Message:
-----------
thmtools (31jul19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/thmtools/README
    trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
    trunk/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx
    trunk/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
    trunk/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
    trunk/Master/texmf-dist/source/latex/thmtools/thmtools.ins
    trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
    trunk/Master/texmf-dist/tex/latex/thmtools/unique.sty

Modified: trunk/Master/texmf-dist/doc/latex/thmtools/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/thmtools/README	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/doc/latex/thmtools/README	2019-07-31 21:02:10 UTC (rev 51790)
@@ -12,5 +12,10 @@
 hyperref/autoref compatibility
 a way of restating entire theorems with a single macro call
 
-License: LPPL 1.3a; maintained by ulmi at absatzen.de
+License: LPPL 1.3c
+
+Currently the package has no maintainer.
+Previous Maintainer was Ulrich M. Schwarz, ulmi at absatzen.de
+
+
 $Id: README,v 1.1 2008/02/17 21:13:58 ulmi Exp ulmi $

Modified: trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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\@

Modified: trunk/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/source/latex/thmtools/aliasctr.dtx	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at follow{#2}}%
   \expandafter\let\csname c@#1\endcsname\@removefromreset

Modified: trunk/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at key{thmt-listof}{show}[\thmt at allenvs]{\showtheorems{#1}}
 \define at key{thmt-listof}{ignoreall}[true]{\ignoretheorems{\thmt at allenvs}}
 \define at key{thmt-listof}{showall}[true]{\showtheorems{\thmt at allenvs}}
+% FMi 2019-09-31 allow local title
+\define at key{thmt-listof}{title}{\def\listtheoremname{#1}}
+% -- FMi
 
 \providecommand\thmt at listnumwidth{2.3em}
 

Modified: trunk/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx	2019-07-31 21:02:10 UTC (rev 51790)
@@ -80,7 +80,10 @@
       \csname thmt@#1 at postheadhook\endcsname
       \thmt at generic@postheadhook
       \thmt at local@postheadhook
-      \let\@parsecmd\@empty
+%FMi 2019-07-31
+%      \let\@parsecmd\@empty
+      \let\@parsecmd\ignorespaces
+%FMi ---      
     }%
   }%
 }%

Modified: trunk/Master/texmf-dist/source/latex/thmtools/thmtools.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/thmtools/thmtools.ins	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/source/latex/thmtools/thmtools.ins	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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. 

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at 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 at follow{#2}}%
   \expandafter\let\csname c@#1\endcsname\@removefromreset

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at endquark{\parse at endquark}

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at space{ }
 
 \define at key{thmstyle}{spaceabove}{%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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}
 

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at hasoverlay
 \def\thmt at parsetheoremargs#1{%
   \parse{%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at key{thmt-listof}{show}[\thmt at allenvs]{\showtheorems{#1}}
 \define at key{thmt-listof}{ignoreall}[true]{\ignoretheorems{\thmt at allenvs}}
 \define at key{thmt-listof}{showall}[true]{\showtheorems{\thmt at allenvs}}
+\define at key{thmt-listof}{title}{\def\listtheoremname{#1}}
 
 \providecommand\thmt at listnumwidth{2.3em}
 

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at space{ }
 

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at isstarred
@@ -56,7 +55,7 @@
       \csname thmt@#1 at postheadhook\endcsname
       \thmt at generic@postheadhook
       \thmt at local@postheadhook
-      \let\@parsecmd\@empty
+      \let\@parsecmd\ignorespaces
     }%
   }%
 }%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at key{thmdef}{mdframed}[{}]{%
   \thmt at trytwice{}{%
     \RequirePackage{mdframed}%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at key{thmdef}{shaded}[{}]{%
   \thmt at trytwice{}{%
     \RequirePackage{shadethm}%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at key{thmdef}{thmbox}[L]{%
   \thmt at trytwice{%
   \let\oldproof=\proof

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thmtools.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmtools.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at debug{\typeout}%
 }

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/unique.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/unique.sty	2019-07-31 21:01:54 UTC (rev 51789)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/unique.sty	2019-07-31 21:02:10 UTC (rev 51790)
@@ -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 at 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 at channel



More information about the tex-live-commits mailing list