texlive[53219] Master/texmf-dist: thmtools (23dec19)

commits+karl at tug.org commits+karl at tug.org
Mon Dec 23 22:35:29 CET 2019


Revision: 53219
          http://tug.org/svn/texlive?view=revision&revision=53219
Author:   karl
Date:     2019-12-23 22:35:29 +0100 (Mon, 23 Dec 2019)
Log Message:
-----------
thmtools (23dec19)

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/thm-kv.dtx
    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

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/thmtools/changes.txt

Modified: trunk/Master/texmf-dist/doc/latex/thmtools/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/thmtools/README	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/doc/latex/thmtools/README	2019-12-23 21:35:29 UTC (rev 53219)
@@ -14,7 +14,8 @@
 
 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 at absatzen.de
 
 

Modified: trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/doc/latex/thmtools/VERSION.tex	2019-12-23 21:35:29 UTC (rev 53219)
@@ -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\@

Added: trunk/Master/texmf-dist/doc/latex/thmtools/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/thmtools/changes.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/thmtools/changes.txt	2019-12-23 21:35:29 UTC (rev 53219)
@@ -0,0 +1,6 @@
+2019-12-22  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
+
+	* thm-kv.dtx:
+	removed dependency on etexcmds package
+	
+


Property changes on: trunk/Master/texmf-dist/doc/latex/thmtools/changes.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/source/latex/thmtools/thm-kv.dtx	2019-12-23 21:35:29 UTC (rev 53219)
@@ -73,7 +73,7 @@
       \unless \ifcsname KVS@#1 at handler\endcsname 
         \kv at error@unknownkey {#1}{#2}%
       \else 
-        \kv at handled@true 
+       \kv at handled@true 
         \csname KVS@#1 at handler\endcsname {#2}{#3}\relax 
         \ifkv at handled@ \else 
           \kv at error@unknownkey {#1}{#2}%
@@ -98,7 +98,8 @@
         \csname @safe at activestrue\endcsname
         \@xa\let\csname ifincsname\@xa\endcsname\csname iftrue\endcsname
         \edef\KVS at temp{\endgroup
-          \noexpand\KVS at ProcessorDefault{#1}{\etex at unexpanded{#2}}%
+% 2019/12/22 removed dependency on etexcmds package
+          \noexpand\KVS at ProcessorDefault{#1}{\unexpanded{#2}}%
         }%
         \KVS at temp
     }%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {aliasctr}[2019/07/31 v67]
+\ProvidesPackage {aliasctr}[2019/12/22 v68]
 \def\aliasctr at f@llow#1#2\@nil#3{%
   \ifx#1\@elt
   \noexpand #3%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/parseargs.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {parseargs}[2019/07/31 v67]
+\ProvidesPackage {parseargs}[2019/12/22 v68]
 
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-amsthm}[2019/07/31 v67]
+\ProvidesPackage {thm-amsthm}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-autoref}[2019/07/31 v67]
+\ProvidesPackage {thm-autoref}[2019/12/22 v68]
 
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-beamer}[2019/07/31 v67]
+\ProvidesPackage {thm-beamer}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-kv}[2019/07/31 v67]
+\ProvidesPackage {thm-kv}[2019/12/22 v68]
 
 \let\@xa\expandafter
 \let\@nx\noexpand
@@ -78,7 +78,7 @@
       \unless \ifcsname KVS@#1 at handler\endcsname
         \kv at error@unknownkey {#1}{#2}%
       \else
-        \kv at handled@true
+       \kv at handled@true
         \csname KVS@#1 at handler\endcsname {#2}{#3}\relax
         \ifkv at handled@ \else
           \kv at error@unknownkey {#1}{#2}%
@@ -103,7 +103,7 @@
         \csname @safe at activestrue\endcsname
         \@xa\let\csname ifincsname\@xa\endcsname\csname iftrue\endcsname
         \edef\KVS at temp{\endgroup
-          \noexpand\KVS at ProcessorDefault{#1}{\etex at unexpanded{#2}}%
+          \noexpand\KVS at ProcessorDefault{#1}{\unexpanded{#2}}%
         }%
         \KVS at temp
     }%

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-listof}[2019/07/31 v67]
+\ProvidesPackage {thm-listof}[2019/12/22 v68]
 \let\@xa=\expandafter
 \let\@nx=\noexpand
 \RequirePackage{thm-patch,keyval,kvsetkeys}

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-llncs}[2019/07/31 v67]
+\ProvidesPackage {thm-llncs}[2019/12/22 v68]
 \@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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-ntheorem}[2019/07/31 v67]
+\ProvidesPackage {thm-ntheorem}[2019/12/22 v68]
 
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-patch}[2019/07/31 v67]
+\ProvidesPackage {thm-patch}[2019/12/22 v68]
 \RequirePackage{parseargs}
 
 \newif\ifthmt at isstarred

Modified: trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty	2019-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-restate}[2019/07/31 v67]
+\ProvidesPackage {thm-restate}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-mdframed}[2019/07/31 v67]
+\ProvidesPackage {thmdef-mdframed}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-shaded}[2019/07/31 v67]
+\ProvidesPackage {thmdef-shaded}[2019/12/22 v68]
   \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-thmbox}[2019/07/31 v67]
+\ProvidesPackage {thmdef-thmbox}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/thmtools.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmtools}[2019/07/31 v67]
+\ProvidesPackage {thmtools}[2019/12/22 v68]
 \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-12-23 21:35:11 UTC (rev 53218)
+++ trunk/Master/texmf-dist/tex/latex/thmtools/unique.sty	2019-12-23 21:35:29 UTC (rev 53219)
@@ -19,7 +19,7 @@
 %% 
 %% 
 \NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {unique}[2019/07/31 v67]
+\ProvidesPackage {unique}[2019/12/22 v68]
 
 \DeclareOption{unq}{%
   \newwrite\uniq at channel



More information about the tex-live-commits mailing list