blob: 29d6c1eca3f08fdf172d2397d61a02010e8005c8 (
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
|
## Enumitem 3.7
This package provides most of the flexibility you may want to customize
the three basic list environments (`enumerate`, `itemize` and
`description`) and to design your own lists, with a `<key>=<value>`
syntax.
### Latest changes
```
3.7 2019-01-14
- Option series=override, to overcome some backwards
incompatibilities.
- Extension to \setlist for sizes (\setlist<size>)
- \SetEnumitemSize, for size dependent settings.
- \EnumitemId, with a unique numeric identifier for eash list.
3.6 2018-11-30
- New key 'left', for fast, tab-like positioning of the label.
- The key 'widest' now works with 'itemize' and 'description'.
- New key 'first', for code at the beginning of the list body.
- \DrawEnumitemLabel, for visual debugging of the label position.
- Extended settings for trivlist, with a new package option
'includedisplayed'.
- Size dependent lengths (first steps).
- Fix - 'format'/'font' was not taken into account when computing
'widest'.
```
License: MIT
Repository: https://github.com/jbezos/enumitem
________
Javier Bezos --- http://www.texnia.com
2019/01/14
|