diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-31 21:02:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-31 21:02:10 +0000 |
commit | 04bd30e9411ab504dd72f7baac778196bfb3c18c (patch) | |
tree | de51281a80bb8a73434bcf92f996a66aee975559 /Master/texmf-dist/source/latex/thmtools | |
parent | 93590c699eed29cbc3005ef7acaa60eaf926e3b4 (diff) |
thmtools (31jul19)
git-svn-id: svn://tug.org/texlive/trunk@51790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/thmtools')
4 files changed, 13 insertions, 5 deletions
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. |