summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/thmtools/thmtools.dtx
blob: 67106b76f2116530a68fa40d766f0fa2810daf53 (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
83
84
85
86
87
88
% \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{2010/04/05 v0.1beta13}

\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}
\declaretheorem[sibling=lemma, shaded, name={Rule of Thumb}]{ruleofthumb}
\usepackage{color}
\declaretheorem[shaded={bgcolor={rgb}{1,0,0},rulecolor={rgb}{0,1,0},rulewidth=2em,
   margin=1em, textwidth=5cm}]{eyesore}


\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/07/05 v0.1beta7 Tools for theorem typesetting (ulmi)]
\RequirePackage{thm-kv, thm-autoref, thm-listof}
%\iffalse
%</thmtools>
%\fi