diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-17 21:46:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-17 21:46:17 +0000 |
commit | c1dc4e84bda67085800d01c72a163f059a896c0b (patch) | |
tree | 8429ef8d36941dfada008f76014faf20bd0af702 /Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty | |
parent | 522964b40afca63660485cdcfc577b25bdf02e35 (diff) |
thmtools (17jul20)
git-svn-id: svn://tug.org/texlive/trunk@55861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty index 082ca3e734f..b545267594e 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty @@ -8,30 +8,33 @@ %% This is a generated file. %% %% This file is part of the `thmtools' package. -%% The `thmtools' package has the LPPL maintenance status: unmaintained. +%% The `thmtools' package has the LPPL maintenance status: maintained. +%% Current Maintainer is Yukai Chou, muzimuzhi@gmail.com %% -%% Copyright (C) 2008-2014 by Ulrich M. Schwarz. +%% Copyright (C) 2008-2014 by Ulrich M. Schwarz +%% Copyright (C) 2019 by Frank Mittelbach +%% Copyright (C) 2020- by Yukai Chou %% %% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, version 1.3a. +%% conditions of the LaTeX Project Public License, version 1.3c. %% This version is obtainable at -%% http://www.latex-project.org/lppl/lppl-1-3a.txt +%% http://www.latex-project.org/lppl/lppl-1-3c.txt %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thmdef-thmbox}[2019/12/22 v68] +\ProvidesPackage {thmdef-thmbox}[2020/07/16 v69] \define@key{thmdef}{thmbox}[L]{% \thmt@trytwice{% - \let\oldproof=\proof - \let\oldendproof=\endproof - \let\oldexample=\example - \let\oldendexample=\endexample - \RequirePackage[nothm]{thmbox} - \let\proof=\oldproof - \let\endproof=\oldendproof - \let\example=\oldexample - \let\endexample=\oldendexample - \def\thmt@theoremdefiner{\newboxtheorem[#1]}% + \let\oldproof=\proof + \let\oldendproof=\endproof + \let\oldexample=\example + \let\oldendexample=\endexample + \RequirePackage[nothm]{thmbox} + \let\proof=\oldproof + \let\endproof=\oldendproof + \let\example=\oldexample + \let\endexample=\oldendexample + \def\thmt@theoremdefiner{\newboxtheorem[#1]}% }{}% }% \endinput |