File: README

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (22 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

  The float package
  =================

This package improves the interface for defining floating objects such
as figures and tables in LaTeX.  It adds the notion of a `float style'
that governs appearance of floats.  New kinds of floats may be defined
using a \newfloat command analogous to \newtheorem.  This style option
also incorporates the functionality of David Carlisle's style option
`here', giving floating environments a [H] option which means `PUT IT
HERE' (as opposed to the standard [h] option which means `You may put
it here if you like').

Run `float.ins' through LaTeX to produce float.sty from float.dtx.
Run `float.dtx' through LaTeX to produce the documentation.

This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License distributed from CTAN archives
in the directory macros/latex/base/lppl.txt; either version 1 of
the License, or (at your option) any later version.

                                Anselm Lingnau <anselm@strathspey.org>