blob: ffcfb135d3af6af8a53758edcc4cbacc35c45feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
The `thmtools` bundle provides several packages for commonly-needed
features for theorems. As designed, the bundle should work with kernel
theorems (theorems ‘out of the box’ with LaTeX),
the [`amsthm`](https://ctan.org/pkg/amsmath) package and
the [`ntheorem`](https://ctan.org/pkg/ntheorem) package.
Provided features:
- a keyval interface to `\newtheorem` and `\newtheoremstyle`
- a `\listoftheorem` command with filtering ability
- [`hyperref`](https://ctan.org/pkg/hyperref) and [`cleveref`](https://ctan.org/pkg/cleveref) compatibility
- a way of restating entire theorems with a single macro call
License: LPPL 1.3c
Currently the package is maintained by Yukai Chou, <span>muzimuzhi@gmail.com</span>
Previous Maintainer was Ulrich M. Schwarz, <span>ulmi@absatzen.de</span>
|