summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thmtools/thmtools.sty
blob: f1319f211736f19cd077ba6ab933b6dd12fd8f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
%%
%% This is file `thmtools.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% thmtools.dtx  (with options: `thmtools')
%% 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 Yukai Chou, muzimuzhi@gmail.com
%% 
%% 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.3c.
%% This version is obtainable at
%% http://www.latex-project.org/lppl/lppl-1-3c.txt
%% 
%% 
\NeedsTeXFormat {LaTeX2e}
\ProvidesPackage {thmtools}[2022/06/01 v0.73]
\DeclareOption{debug}{%
  \def\thmt@debug{\typeout}%
}
\let\@xa\expandafter
\let\@nx\noexpand
\def\thmt@debug{\@gobble}
\def\thmt@quark{\thmt@quark}
\newtoks\thmt@toks

\@for\thmt@opt:=lowercase,uppercase,anycase\do{%
  \@xa\DeclareOption\@xa{\thmt@opt}{%
    \@xa\PassOptionsToPackage\@xa{\CurrentOption}{thm-kv}%
  }%
}

\ProcessOptions\relax

\newcounter{thmt@dummyctr}%
\def\theHthmt@dummyctr{dummy.\arabic{thmt@dummyctr}}%
\def\thethmt@dummyctr{}%

\RequirePackage{thm-patch, thm-kv,
  thm-autoref, thm-listof,
  thm-restate}

\@ifpackageloaded{amsthm}{%
  \RequirePackage{thm-amsthm}
}{%
  \AtBeginDocument{%
  \@ifpackageloaded{amsthm}{%
    \PackageWarningNoLine{thmtools}{%
      amsthm loaded after thmtools
    }{}%
  }{}}%
}
\@ifpackageloaded{ntheorem}{%
  \RequirePackage{thm-ntheorem}
}{%
  \AtBeginDocument{%
  \@ifpackageloaded{ntheorem}{%
    \PackageWarningNoLine{thmtools}{%
      ntheorem loaded after thmtools
    }{}%
  }{}}%
}
\@ifclassloaded{beamer}{%
  \RequirePackage{thm-beamer}
}{}
\@ifclassloaded{llncs}{%
  \RequirePackage{thm-llncs}
}{}

\endinput
%%
%% End of file `thmtools.sty'.