blob: cbbff0f38d8d91bb170fbb0b1da66cf43040113e (
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
|
---------------
v3.0 2009/03/13
---------------
New:
* Obey \caption and \label commands inside margincap
(at last!).
* Macro \margincapalign is deprecated (no longer
necessary for tabular declarations).
* New compatibility option `v2.2'.
Incompatible changes:
* Environment margincap has no arguments. A
compatibility option exists, that restores the old
syntax with caption arguments.
* The mcaption package requires package changepage to be
installed (instead of chngpage).
* Complete revision of the vertical alignment mechanism.
Paragraph-breaking might be affected (hopefully only
to the better).
Fixed:
* In one-sided documents chngpage/changepage's even/odd
page detection was subtly broken by the mcaption
package.
---------------
v2.2 2005/09/30
---------------
New:
* New package options `bottom' and `top'.
Fixed:
* In one-sided documents captions were put into the wrong
margin.
---------------
v2.1 2005/09/29
---------------
New:
* Works with standard classed.
---------------
v2.0 2005/09/26
---------------
New:
* Prepare DTX package.
|