blob: 7965398c209ea254ef8dd0fc43354300a990badb (
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
|
subfloat.sty -- subnumbering for figures and tables
This package enables subnumbering of different floats (figures and
tables) simular to the subequations-environment of the amsmath
package. It does not the same as the subfigure package which
generates subfigures within one normal figure.
Semi-automatic installation:
=======================
1. Run the script install.sh:
. ./install.sh
Or run make:
make
2. Copy subfloat.sty to the LaTeX search path or run make:
make install
3. Optionally copy subfloat.dvi to the LaTeX documentations path (not
necessary when using make install).
Manual installation:
====================
1. Run
latex subfloat.ins
2. Copy subfloat.sty to a directory of the LaTeX search path.
3. Documentation in english is available in subfloat.ps or by running
latex subfloat.dtx
latex subfloat.dtx
makeindex -s gind.ist subfloat
makeindex -s gglo.ist -o subfloat.gls subfloat.glo
latex subfloat.dtx
4. Copy subfloat.sty to the LaTeX search path.
5. Optionally copy subfloat.dvi to the LaTeX documentations path.
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
2003/08/21
Harald Harders
h.harders@tu-bs.de
|