diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-19 22:59:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-19 22:59:00 +0000 |
commit | 9a45126306abb4d5afbc62ede6d8f679a7dca8f3 (patch) | |
tree | c303f5e3ea6135242ae0d44b33ea765c57ab2dc6 /Master/texmf-dist | |
parent | eb63d8487d763c750aa471fb4c63f5921b286db3 (diff) |
thmtools update (10aug10)
git-svn-id: svn://tug.org/texlive/trunk@19813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
21 files changed, 28 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex index 2cd429da167..07f2d5f7084 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 2010-07-11 10:12:33 +0200 v43\@
\ No newline at end of file +\def\x #1-#2-#3 #4 v#5\@{\def\VERSION{#1/#2/#3 v#5}}\x 2010-08-09 20:13:08 +0200 v50\@
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex b/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex index 7c43fdfa3e3..98e5f31f87d 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools-manual.tex @@ -115,7 +115,7 @@ \input{VERSION.tex} \title{\Thmtools Users' Guide} -\author{Ulrich M. Schwarz -- ulmi@absatzen.de\thanks{ +\author{Dr. Ulrich M. Schwarz -- ulmi@absatzen.de\thanks{ who would like to thank the users for testing, encouragement, feature requests, and bug reports. In particular, Denis Bitouz\'e prompted further improvement when \thmtools got stuck in a ``good enough for me'' slump. @@ -726,7 +726,7 @@ \end{source} \begin{result} \begin{theorem}[name=Keyed theorem, - label=thm:key,continues=thm:key] + label=thm:key] This is a key-val theorem. \end{theorem} \begin{theorem}[continues=thm:key] diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf Binary files differindex f8b4b8b66b6..f805a7d5324 100644 --- a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf +++ b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf diff --git a/Master/texmf-dist/source/latex/thmtools/thm-amsthm.dtx b/Master/texmf-dist/source/latex/thmtools/thm-amsthm.dtx index 7ff3b98249d..52a667a966d 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-amsthm.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-amsthm.dtx @@ -125,6 +125,7 @@ \define@key{thmdef}{qed}[\qedsymbol]{% \thmt@trytwice{}{% \addtotheorempostheadhook[\thmt@envname]{% + \protected@edef\qedsymbol{#1}% \pushQED{\qed}% }% \addtotheoremprefoothook[\thmt@envname]{% diff --git a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx index 29097408c54..ff216fe5f8b 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx @@ -59,7 +59,7 @@ \def\thmtlo@oldchapter{0}% \newcommand\thmtlo@chaptervspacehack{} -\ifcsname chapter\endcsname +\ifcsname c@chapter\endcsname \def\thmtlo@chaptervspacehack{% \ifnum \value{chapter}>\thmtlo@oldchapter\relax % new chapter, add vspace to loe. diff --git a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx index 498f20f676a..cc6ab2fe68d 100644 --- a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx +++ b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx @@ -118,7 +118,9 @@ } \newcommand\thmt@newtheorem@predefinition{} -\newcommand\thmt@newtheorem@postdefinition{} +\newcommand\thmt@newtheorem@postdefinition{% + \let\thmt@theoremdefiner\thmt@original@newtheorem +} \g@addto@macro\thmt@newtheorem@predefinition{% \@xa\thmt@providetheoremhooks\@xa{\thmt@envname}% diff --git a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty index 4607a3cf3fc..d9cdfad629f 100644 --- a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty +++ b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {aliasctr}[2010/07/11 v43] +\ProvidesPackage {aliasctr}[2010/08/09 v50] \def\aliasctr@f@llow#1#2\@nil#3{% \ifx#1\@elt \noexpand #3% diff --git a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty index dd789c6d2b5..1848ac25c31 100644 --- a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty +++ b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {parseargs}[2010/07/11 v43] +\ProvidesPackage {parseargs}[2010/08/09 v50] \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 8ea630669db..71c0e0ef314 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-amsthm}[2010/07/11 v43] +\ProvidesPackage {thm-amsthm}[2010/08/09 v50] \define@key{thmstyle}{spaceabove}{% \def\thmt@style@spaceabove{#1}% } @@ -127,6 +127,7 @@ \define@key{thmdef}{qed}[\qedsymbol]{% \thmt@trytwice{}{% \addtotheorempostheadhook[\thmt@envname]{% + \protected@edef\qedsymbol{#1}% \pushQED{\qed}% }% \addtotheoremprefoothook[\thmt@envname]{% diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty index 271f5f24c7d..72f2d174660 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-autoref}[2010/07/11 v43] +\ProvidesPackage {thm-autoref}[2010/08/09 v50] \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 20728a4ba4f..1257fd1455a 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-beamer}[2010/07/11 v43] +\ProvidesPackage {thm-beamer}[2010/08/09 v50] \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 8d7db609d1d..bd1de2e94b2 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-kv}[2010/07/11 v43] +\ProvidesPackage {thm-kv}[2010/08/09 v50] \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 abd0fd0b8be..fd805131af2 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty @@ -20,14 +20,14 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-listof}[2010/07/11 v43] +\ProvidesPackage {thm-listof}[2010/08/09 v50] \let\@xa=\expandafter \let\@nx=\noexpand \RequirePackage{thm-patch,keyval,kvsetkeys} \def\thmtlo@oldchapter{0}% \newcommand\thmtlo@chaptervspacehack{} -\ifcsname chapter\endcsname +\ifcsname c@chapter\endcsname \def\thmtlo@chaptervspacehack{% \ifnum \value{chapter}>\thmtlo@oldchapter\relax % new chapter, add vspace to loe. diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty index f34ae418dfc..cf9cf50220d 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-llncs}[2010/07/11 v43] +\ProvidesPackage {thm-llncs}[2010/08/09 v50] \@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 b8bca23b204..a4786b89bef 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-ntheorem}[2010/07/11 v43] +\ProvidesPackage {thm-ntheorem}[2010/08/09 v50] \def\thmt@declaretheoremstyle@setup{} \def\thmt@declaretheoremstyle#1{% diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty index 2486109be8c..8a8955bb444 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-patch}[2010/07/11 v43] +\ProvidesPackage {thm-patch}[2010/08/09 v50] \RequirePackage{parseargs} \newif\ifthmt@isstarred @@ -94,7 +94,9 @@ } \newcommand\thmt@newtheorem@predefinition{} -\newcommand\thmt@newtheorem@postdefinition{} +\newcommand\thmt@newtheorem@postdefinition{% + \let\thmt@theoremdefiner\thmt@original@newtheorem +} \g@addto@macro\thmt@newtheorem@predefinition{% \@xa\thmt@providetheoremhooks\@xa{\thmt@envname}% diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty index 3639bf8c2f1..ee8c52826a7 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-restate}[2010/07/11 v43] +\ProvidesPackage {thm-restate}[2010/08/09 v50] \RequirePackage{thmtools} \let\@xa\expandafter \let\@nx\noexpand diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty index 580699ffbd6..e4c76ba7926 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thmdef-shaded}[2010/07/11 v43] +\ProvidesPackage {thmdef-shaded}[2010/08/09 v50] \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 84bad137671..edf11a8ceff 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thmdef-thmbox}[2010/07/11 v43] +\ProvidesPackage {thmdef-thmbox}[2010/08/09 v50] \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 4a4c6c97f1d..08cb34fc6e2 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thmtools}[2010/07/11 v43] +\ProvidesPackage {thmtools}[2010/08/09 v50] \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 30c9930743c..21b7efa0127 100644 --- a/Master/texmf-dist/tex/latex/thmtools/unique.sty +++ b/Master/texmf-dist/tex/latex/thmtools/unique.sty @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {unique}[2010/07/11 v43] +\ProvidesPackage {unique}[2010/08/09 v50] \DeclareOption{unq}{% \newwrite\uniq@channel |