blob: 4869e8da8347ae10514005ef3886459da399e79a (
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
81
82
|
% \iffalse meta-comment
%
% 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.
% The license can be obtained from
% http://www.latex-project.org/lppl/lppl-1-3a.txt
%
% \fi
%
%\iffalse (hide this from DocInput)
%<*driver>
\documentclass{ltxdoc}
\let\pkg\textsf
\def\thmtools{\pkg{thmtools}}
\def\thmversion{2008/06/22 v0.1beta6}
\usepackage[T1]{fontenc}
\usepackage[widespace]{fourier}
\usepackage[scaled=0.88]{helvet}
\usepackage[scaled]{luximono}
\usepackage{amsmath, amsthm}
\usepackage{thm-patch, thm-kv, thm-autoref, thm-listof, thm-restate}
\declaretheorem{remark}
\declaretheorem{lemma}
\EnableCrossrefs
\CodelineIndex
\RecordChanges
\OnlyDescription
\title{The \thmtools\ bundle\thanks{%
This documents \thmtools\ version \thmversion.
Newer releases might be available at http://absatzen.de/.
}}
\author{Ulrich M. Schwarz, \texttt{ulmi@absatzen.de}}
\begin{document}
\maketitle
\begin{abstract}
\thmtools\ is a collection of tools and enhancements for theorem
environments.
\end{abstract}
\begin{remark}
Each of the packages has its own documentation in a file named after the
package itself. The only difference is that those documentations include
the reasonably-well documented source code.
\end{remark}
\section*{\pkg{thm-kv}}
\DocInput{thm-kv.dtx}
\section*{\pkg{thm-restate}}
\DocInput{thm-restate.dtx}
\section*{\pkg{thm-autoref}}
\DocInput{thm-autoref.dtx}
\section*{\pkg{thm-listof}}
\DocInput{thm-listof.dtx}
\section*{\pkg{thm-patch}}
\DocInput{thm-patch.dtx}
\section*{\pkg{aliasctr}}
\DocInput{aliasctr.dtx}
\section*{\pkg{parseargs}}
\DocInput{parseargs.dtx}
\section*{\pkg{unique}}
\DocInput{unique.dtx}
\end{document}
%</driver>
%<*thmtools>
%\fi
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{thmtools}[2008/06/22 v0.1beta6 Tools for theorem typesetting (ulmi)]
\RequirePackage{thm-kv, thm-autoref, thm-listof}
%\iffalse
%</thmtools>
%\fi
|