From b4fc5f639874db951177ec539299d20908adb654 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:44:40 +0000 Subject: doc 4 git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/subfloat/ChangeLog | 21 ++++++++++++ Master/texmf-dist/doc/latex/subfloat/README | 42 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/subfloat/install.sh | 15 ++++++++ Master/texmf-dist/doc/latex/subfloat/subfloat.xml | 31 +++++++++++++++++ 4 files changed, 109 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/subfloat/ChangeLog create mode 100644 Master/texmf-dist/doc/latex/subfloat/README create mode 100644 Master/texmf-dist/doc/latex/subfloat/install.sh create mode 100644 Master/texmf-dist/doc/latex/subfloat/subfloat.xml (limited to 'Master/texmf-dist/doc/latex/subfloat') diff --git a/Master/texmf-dist/doc/latex/subfloat/ChangeLog b/Master/texmf-dist/doc/latex/subfloat/ChangeLog new file mode 100644 index 00000000000..53392256b52 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subfloat/ChangeLog @@ -0,0 +1,21 @@ +2003-08-21 v2.13 + Moved warning outside options + +2002-12-16 v2.13 + Remove error message of incorrect usage of the counters for + maximal float number due to an incompatibility to tabularx. + +2002-10-30 v2.12 + Remove some typos. + +2002-09-10 v2.11 + Test for nesting of subfloatfigure areas + +2002-09-06 v2.10 + Add counting of subfloats + +2002-09-06 v2.01 + Add support for subfigure.sty + +2002-09-06 v2.00 + Total new implementation of the package with help of Frank Mittelbach diff --git a/Master/texmf-dist/doc/latex/subfloat/README b/Master/texmf-dist/doc/latex/subfloat/README new file mode 100644 index 00000000000..7965398c209 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subfloat/README @@ -0,0 +1,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 diff --git a/Master/texmf-dist/doc/latex/subfloat/install.sh b/Master/texmf-dist/doc/latex/subfloat/install.sh new file mode 100644 index 00000000000..176d75f0d95 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subfloat/install.sh @@ -0,0 +1,15 @@ +# Generate package file +latex subfloat.ins + +# Generate documentation +latex subfloat.dtx +latex subfloat.dtx +makeindex -s gind.ist subfloat +makeindex -s gglo.ist -o subfloat.gls subfloat.glo +latex subfloat.dtx +rm subfloat.glo subfloat.gls subfloat.idx subfloat.ilg subfloat.ind +rm subfloat.aux subfloat.log subfloat.toc + +echo +echo +echo "Please copy subfloat.sty to a directory in the LaTeX search path" diff --git a/Master/texmf-dist/doc/latex/subfloat/subfloat.xml b/Master/texmf-dist/doc/latex/subfloat/subfloat.xml new file mode 100644 index 00000000000..3b283ad1a84 --- /dev/null +++ b/Master/texmf-dist/doc/latex/subfloat/subfloat.xml @@ -0,0 +1,31 @@ + + + + + subfloat + Sub-numbering for figures and tables. + + Harald Harders + h.harders@tu-bs.de + + + + 2.14 + + + + + This package enables sub-numbering of floats (figures + and tables) similar to the subequations-environment of the amsmath package. It is not the same as + the subfigure package which + generates sub-figures within one normal figure. + + + + latex3 + macros/latex/contrib/supported/subfloat + + -- cgit v1.2.3