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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
==========================================================================
The `caption' package bundle
Release 2016-05-22
Copyright (C) 1994-2016 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm)
License: LPPL = LaTeX Project Public Licence
Maintenance Status: maintained (by Axel Sommerfeldt)
Home page:
http://sourceforge.net/projects/latex-caption/
If you need help for installation please visit:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-miktex*
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=privinst
If you need help using these packages please visit:
http://www.latex-community.org/
http://tex.stackexchange.com/
http://www.golatex.de/ (German)
http://www.texwelt.de/ (German)
If you think you may have found a bug in these packages,
or want to report a suggestion for improvement, please either visit
http://sourceforge.net/p/latex-caption/tickets/
or send an e-mail to me
axel.sommerfeldt@f-m.fm
--------------------------------------------------------------------------
The `caption' package v3.3 offers customization of captions of floating
environments such `figure' and `table' and cooperates with the packages
float, floatflt, fltpage, hyperref, hypcap, listings, longtable,
picinpar, picins, rotating, sidecap, subfigure, supertabular,
threeparttable, wrapfig, and xtab.
Furthermore the `floatrow', the `subcaption', and the `subfig' package
supports the `caption' package and uses its \captionsetup interface.
User Manual: caption-eng.pdf (English)
caption-rus.pdf (Russian, outdated)
caption-deu.pdf (German)
--------------------------------------------------------------------------
The `bicaption' package v1.1 is a tiny package supporting the typesetting
of bilingual captions.
User Manual: bicaption.pdf (English)
--------------------------------------------------------------------------
The `ltcaption' package v1.4 fixes caption problems with
other-than-center aligned longtables. (solving LaTeX PR `tools/3387')
A bonus feature is the addition of the environment longtable* which does
not increment the table counter.
This package will be loaded automatically by the `caption' package,
but can be used without the caption package, too.
User Manual: ltcaption.pdf (English)
--------------------------------------------------------------------------
The `subcaption' package v1.1 is a small package supporting typesetting
of sub-captions (by using the the sub-caption feature of the `caption'
package).
User Manual: subcaption.pdf (English)
--------------------------------------------------------------------------
The `newfloat' package v1.1 offers the command \DeclareFloatingEnvironment
for defining new floating environments which behave like the existing
floating environments "figure" and "table".
User Manual: newfloat.pdf (English)
==========================================================================
(The pictures cat.eps & elephant.eps were taken with permission from the
LaTeX Companion examples.)
|