diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/subfloat | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/subfloat')
-rw-r--r-- | Master/texmf-dist/doc/latex/subfloat/ChangeLog | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/subfloat/README | 42 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/subfloat/install.sh | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/subfloat/subfloat.xml | 31 |
4 files changed, 109 insertions, 0 deletions
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 <h.harders@tu-bs.de> + Moved warning outside options + +2002-12-16 v2.13 <h.harders@tu-bs.de> + Remove error message of incorrect usage of the counters for + maximal float number due to an incompatibility to tabularx. + +2002-10-30 v2.12 <h.harders@tu-bs.de> + Remove some typos. + +2002-09-10 v2.11 <h.harders@tu-bs.de> + Test for nesting of subfloatfigure areas + +2002-09-06 v2.10 <h.harders@tu-bs.de> + Add counting of subfloats + +2002-09-06 v2.01 <h.harders@tu-bs.de> + Add support for subfigure.sty + +2002-09-06 v2.00 <h.harders@tu-bs.de> + 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 @@ +<?xml version="1.0"?> +<!DOCTYPE entry SYSTEM "../catalogue.dtd"> +<entry id="subfloat" + datestamp="2003/08/21" + modifier="h.harders@tu-bs.de"> + <about> + <name>subfloat</name> + <caption>Sub-numbering for figures and tables.</caption> + <author> + <name>Harald Harders</name> + <email>h.harders@tu-bs.de</email> + </author> + <license type="lppl"/> + <version> + <number>2.14</number> + </version> + </about> + <description> + <abstract> + This package enables sub-numbering of floats (figures + and tables) similar to the subequations-environment of the <xref + refid="amsmath">amsmath</xref> package. It is not the same as + the <xref refid="subfigure">subfigure</xref> package which + generates sub-figures within one normal figure. + </abstract> + </description> + <distribution> + <texlive>latex3</texlive> + <ctan>macros/latex/contrib/supported/subfloat</ctan> + </distribution> +</entry> |