https://github.com/josephwright/trivfloat
Making creating new types of float in LaTeX trivially easy
https://github.com/josephwright/trivfloat
Last synced: 4 months ago
JSON representation
Making creating new types of float in LaTeX trivially easy
- Host: GitHub
- URL: https://github.com/josephwright/trivfloat
- Owner: josephwright
- License: other
- Created: 2013-04-25T07:33:54.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T13:49:47.000Z (over 5 years ago)
- Last Synced: 2025-07-28T10:50:43.479Z (11 months ago)
- Language: TeX
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
trivfloat - Quick floats in LaTeX
===================================================
The `trivfloat` package provides a quick method for defining new
float types in LaTeX. A single command sets up a new float in
the same style as the LaTeX kernel figure and table float types.
Installation
------------
The package is supplied in `.dtx` format and as a pre-extracted
`.zip` file, `trivfloat.tds.zip`. The later is most convenient
for most users: simply unzip this in your local `texmf`
directory. If you want to unpack the `.dtx` yourself, running
`tex trivfloat.dtx` will extract the package whereas `latex
trivfloat.dtx` will extract it and also typeset the
documentation.
Typesetting the documentation requires a number of packages in
addition to those needed to use the package. This is mainly
because of the number of demonstration items included in the
text. To compile the documentation without error, you will
need the packages:
- `csquotes`
- `helvet`
- `hypdoc`
- `mathpazo`
- `microtype`
- `listings`
- `lmodern`