summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-22 21:16:07 +0000
committerKarl Berry <karl@freefriends.org>2014-04-22 21:16:07 +0000
commit60dad160399d0c4db47b28e2c5351f3d0affdb06 (patch)
treed556a75311f437fd6cef2dae580435b8f47263a6 /Master/texmf-dist
parent59b1d0358148d12f843891c68805b522f8770e2c (diff)
thmtools (22apr14)
git-svn-id: svn://tug.org/texlive/trunk@33624 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/thmtools/VERSION.tex2
-rw-r--r--Master/texmf-dist/doc/latex/thmtools/thmtools.pdfbin225756 -> 225947 bytes
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx2
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-patch.dtx2
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thmtools.dtx4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/aliasctr.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/parseargs.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty6
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-kv.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-listof.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-patch.sty6
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thm-restate.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty4
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/thmtools.sty8
-rw-r--r--Master/texmf-dist/tex/latex/thmtools/unique.sty4
21 files changed, 41 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/latex/thmtools/VERSION.tex b/Master/texmf-dist/doc/latex/thmtools/VERSION.tex
index 609b74f2662..ac20e3ee5c7 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 2012-05-04 19:13:41 +0200 v63\@ \ No newline at end of file
+\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
diff --git a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf
index 1a1107dc37d..5ab3fd1d697 100644
--- a/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf
+++ b/Master/texmf-dist/doc/latex/thmtools/thmtools.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx b/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx
index ea775854de8..90a164f1afb 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-autoref.dtx
@@ -44,7 +44,7 @@
\def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{%
\@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}%
\ifcsname #2refname\endcsname
- \csname #2refname\endcsname{\thmt@envname}{#3}{#4}%
+ \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}%
\fi
}
\define@key{thmdef}{refname}{\thmt@trytwice{}{%
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
index cc6ab2fe68d..39f245d56bc 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-patch.dtx
@@ -156,7 +156,7 @@
\@xa\let\csname thmt@original@end#1\@xa\endcsname\csname end#1\endcsname
\@xa\def\csname end#1\endcsname{%
% these need to be in opposite order of headhooks.
- \csname thmtgeneric@prefoothook\endcsname
+ \csname thmt@generic@prefoothook\endcsname
\csname thmt@#1@prefoothook\endcsname
\csname thmt@local@prefoothook\endcsname
\csname thmt@original@end#1\endcsname
diff --git a/Master/texmf-dist/source/latex/thmtools/thmtools.dtx b/Master/texmf-dist/source/latex/thmtools/thmtools.dtx
index a234b01c478..d5139e30c64 100644
--- a/Master/texmf-dist/source/latex/thmtools/thmtools.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thmtools.dtx
@@ -65,7 +65,7 @@
\PackageWarningNoLine{thmtools}{%
amsthm loaded after thmtools
}{}%
- }}%
+ }{}}%
}
\@ifpackageloaded{ntheorem}{%
\RequirePackage{thm-ntheorem}
@@ -75,7 +75,7 @@
\PackageWarningNoLine{thmtools}{%
ntheorem loaded after thmtools
}{}%
- }}%
+ }{}}%
}
\@ifclassloaded{beamer}{%
\RequirePackage{thm-beamer}
diff --git a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
index 252204f3d89..9d1c828f0d1 100644
--- a/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/aliasctr.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {aliasctr}[2012/05/04 v63]
+\ProvidesPackage {aliasctr}[2014/04/21 v66]
\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 c8fd64bc831..d50afb65ab0 100644
--- a/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/parseargs.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {parseargs}[2012/05/04 v63]
+\ProvidesPackage {parseargs}[2014/04/21 v66]
\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 3be78c83dd3..946b69aadae 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-amsthm.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-amsthm}[2012/05/04 v63]
+\ProvidesPackage {thm-amsthm}[2014/04/21 v66]
\providecommand\thmt@space{ }
\define@key{thmstyle}{spaceabove}{%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
index 3f55ec79e4f..e7d9dd4bc00 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-autoref.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-autoref}[2012/05/04 v63]
+\ProvidesPackage {thm-autoref}[2014/04/21 v66]
\RequirePackage{thm-patch, aliasctr, parseargs, keyval}
@@ -45,7 +45,7 @@
\def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{%
\@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}%
\ifcsname #2refname\endcsname
- \csname #2refname\endcsname{\thmt@envname}{#3}{#4}%
+ \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}%
\fi
}
\define@key{thmdef}{refname}{\thmt@trytwice{}{%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty b/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
index 2edf7dcebfd..c45e6ab0ff5 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-beamer.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-beamer}[2012/05/04 v63]
+\ProvidesPackage {thm-beamer}[2014/04/21 v66]
\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 55002e49f04..55c9547fead 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-kv.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-kv}[2012/05/04 v63]
+\ProvidesPackage {thm-kv}[2014/04/21 v66]
\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 ccf87601c98..10c19cfa0bb 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-listof}[2012/05/04 v63]
+\ProvidesPackage {thm-listof}[2014/04/21 v66]
\let\@xa=\expandafter
\let\@nx=\noexpand
\RequirePackage{thm-patch,keyval,kvsetkeys}
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
index 9a9d5785b25..f31c2fdb21f 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-llncs.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-llncs}[2012/05/04 v63]
+\ProvidesPackage {thm-llncs}[2014/04/21 v66]
\@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 2af975ae2cf..491a880b9a5 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-ntheorem.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-ntheorem}[2012/05/04 v63]
+\ProvidesPackage {thm-ntheorem}[2014/04/21 v66]
\providecommand\thmt@space{ }
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
index 612cb70f3c1..591c7f9ca8e 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-patch.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-patch}[2012/05/04 v63]
+\ProvidesPackage {thm-patch}[2014/04/21 v66]
\RequirePackage{parseargs}
\newif\ifthmt@isstarred
@@ -132,7 +132,7 @@
\@xa\let\csname thmt@original@end#1\@xa\endcsname\csname end#1\endcsname
\@xa\def\csname end#1\endcsname{%
% these need to be in opposite order of headhooks.
- \csname thmtgeneric@prefoothook\endcsname
+ \csname thmt@generic@prefoothook\endcsname
\csname thmt@#1@prefoothook\endcsname
\csname thmt@local@prefoothook\endcsname
\csname thmt@original@end#1\endcsname
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
index a75eecdf2b6..18f0c7743ac 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thm-restate.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thm-restate}[2012/05/04 v63]
+\ProvidesPackage {thm-restate}[2014/04/21 v66]
\RequirePackage{thmtools}
\let\@xa\expandafter
\let\@nx\noexpand
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
index da3353a8749..93ac1013ebf 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-mdframed.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-mdframed}[2012/05/04 v63]
+\ProvidesPackage {thmdef-mdframed}[2014/04/21 v66]
\define@key{thmdef}{mdframed}[{}]{%
\thmt@trytwice{}{%
\RequirePackage{mdframed}%
diff --git a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
index 1efed3a4891..5a4ea2fde62 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-shaded.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-shaded}[2012/05/04 v63]
+\ProvidesPackage {thmdef-shaded}[2014/04/21 v66]
\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 e0b47db2e12..280d4103516 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmdef-thmbox.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmdef-thmbox}[2012/05/04 v63]
+\ProvidesPackage {thmdef-thmbox}[2014/04/21 v66]
\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 60c77093703..a3b14927384 100644
--- a/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {thmtools}[2012/05/04 v63]
+\ProvidesPackage {thmtools}[2014/04/21 v66]
\DeclareOption{debug}{%
\def\thmt@debug{\typeout}%
}
@@ -54,7 +54,7 @@
\PackageWarningNoLine{thmtools}{%
amsthm loaded after thmtools
}{}%
- }}%
+ }{}}%
}
\@ifpackageloaded{ntheorem}{%
\RequirePackage{thm-ntheorem}
@@ -64,7 +64,7 @@
\PackageWarningNoLine{thmtools}{%
ntheorem loaded after thmtools
}{}%
- }}%
+ }{}}%
}
\@ifclassloaded{beamer}{%
\RequirePackage{thm-beamer}
diff --git a/Master/texmf-dist/tex/latex/thmtools/unique.sty b/Master/texmf-dist/tex/latex/thmtools/unique.sty
index 544f77031bd..2b1489e7729 100644
--- a/Master/texmf-dist/tex/latex/thmtools/unique.sty
+++ b/Master/texmf-dist/tex/latex/thmtools/unique.sty
@@ -11,7 +11,7 @@
%% The `thmtools' package has the LPPL maintenance status: maintained.
%% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de
%%
-%% Copyright (C) 2008-2012 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.
@@ -20,7 +20,7 @@
%%
%%
\NeedsTeXFormat {LaTeX2e}
-\ProvidesPackage {unique}[2012/05/04 v63]
+\ProvidesPackage {unique}[2014/04/21 v66]
\DeclareOption{unq}{%
\newwrite\uniq@channel