blob: 7eae39f61a7494dd2c16248b186ff32c92f88cf8 (
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
|
2019-12-22 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
* thm-kv.dtx:
removed dependency on etexcmds package
2020-07-16 Yukai Chou <muzimuzhi@gmail.com>
* thm-restate.dtx:
made compatible with cleveref's \label[]{} syntax
* thmtools-manual.tex (and comment part of dtx files):
refined manual
* general:
updated license and maintenance status
2020-07-24 Yukai Chou <muzimuzhi@gmail.com>
* thm-kv.dtx:
made \declaretheorem[<option list>]{<thmname>} accept a clist in <thmname>, #2
made \declarethemrem accept an extra optional arg
made "numbered=unless unique" compatible with and aware of "numberwithin=<counter>", #3 & #4
* unique.dtx:
adjusted indent
2020-07-29 Yukai Chou <muzimuzhi@gmail.com>
* thm-list.dtx:
provided new option "swapnumber" for \listoftheorems, #5
* thm-kv.dtx:
fixed wrong default value of option "numbered"
2020-08-01 Yukai Chou <muzimuzhi@gmail.com>
* thm-list.dtx:
made \listoftheorems compatible with ams classes, #6
* thmtools-manual.tex:
documented new changes and keys of \listoftheorems
|