blob: 3ef30c1ce4edd6256c65e87cbf32b4a5e51f7601 (
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
|
[From the submission emails of Wybo]
- ctable.sty provides commands to easily typeset centered or left or
right aligned tables and (multiple-)figure floats, with footnotes.
Instead of an environment, a command with 4 arguments is used; the
first is optional and is used for key,value pairs generating
variations on the defaults and offering a route for future
extensions.
- LPPL
- major changes (relative to v1.9):
- Footnote markers in the text now stay superscript with nosuper.
- Documentation: added many examples for the options.
- Corrected some unwanted white space in captions.
- Caption package included to correct booktabs errors
in caption position. As a consequence:
- *Captionskip option redefined*: 0pt value now corresponds
to LaTeX defaults
- major changes (relative to v1.10):
- added %'s at eol to prevent whitespace
- removed \xspace usage -caused overfull badness
|