blob: 0f36ea2a83047a6d982ddd57189412fc57bead03 (
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
|
# [Unreleased]
# [1.0.1] - 2021-02-14
## Added
- Option to create moral reports (`gzt` class only).
- Local (to a given article) table of contents
## Changed
- The class now relies on the new LaTeX core hooks.
- Documentation revised.
- Various improvements.
## Fixed
- Superflous uppercases removed (cont.).
- `gztcode` environments partially gobble their content under certain
conditions.
- Various other small bugs.
# [1.0.0] - 2020-03-17
## Added
- CHANGELOG file (following https://keepachangelog.com/en/1.0.0/).
- Semantic versionning (following https://semver.org/).
## Changed
- Compilation date displayed only if the issue number is not specified
(`gztarticle` class only).
- Prevent column breaks within items of "Comité de rédaction" (at the price of
unbalanced columns).
## Fixed
- Track changes in `expl3`.
- Superflous uppercases removed.
- Index directive in `latexmk` config file modernized.
# [0.98] - 2018-04-09
## Changed
- Support for `biblatex` 3.8 changes.
- Track changes in `expl3`.
- Special editions implemented.
## Fixed
- Several bug fixes.
# [0.96] - 2017-04-07
## Changed
- Figures and tables:
- with recurrent label and number but without any caption,
- with caption but without any recurrent label nor numbered,
implemented.
- Frames without any label, number nor caption implemented.
- Track changes in `expl3`.
# [0.9] - 2015-05-02
- Initial CTAN release of the `gzt` bundle.
|