summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty
blob: d120829c6ef05e5f34f3c7ec64f5c5dbe2af0d3e (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
%%
%% This is file `thm-listof.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% thm-listof.dtx  (with options: `listof')
%% 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
%% 
%% Copyright (C) 2008 by Ulrich M. Schwarz.
%% 
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, version 1.3a.
%% This version is obtainable at
%% http://www.latex-project.org/lppl/lppl-1-3a.txt
%% 
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{thm-listof}[2008/02/17 BETA thm-listof (ulmi)]
\let\@xa=\expandafter
\let\@nx=\noexpand
\RequirePackage{thm-patch}

\providecommand\listtheoremname{List of Theorems}
\newcommand\listoftheorems{%
  %% much hacking here to pick up the definition from the class
  %% without oodles of conditionals.
  \bgroup
  \let\listfigurename\listtheoremname
  \let\thref@starttoc\@starttoc
  \def\@starttoc##1{\thref@starttoc{loe}}%
  \expandafter\listoffigures
  \egroup
}

\newcommand\thmt@mklistcmd{%
  \@xa\protected@edef\csname l@\thmt@envname\endcsname{%
    \@nx\@dottedtocline{1}{1.5em}{2.3em}%
  }%
}
\g@addto@macro\thmt@newtheorem@predefinition{%
  \thmt@mklistcmd
}

\addtotheoremposthook{%
  \addcontentsline{loe}{\thmt@envname}{%
    \numberline{\csname the\thmt@envname\endcsname}%
    \thmt@thmname
    \ifx\@empty\thmt@optarg\else\protect\space(\thmt@optarg)\fi
  }%
}
\newcommand\ignoretheorems[1]{%
  \@for\thm:=#1\do{%
    \@xa\let\csname l@\thm\endcsname=\@gobbletwo
  }%
}
\endinput
%%
%% End of file `thm-listof.sty'.