diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/tabfigures/README |
Initial commit
Diffstat (limited to 'macros/latex/contrib/tabfigures/README')
-rw-r--r-- | macros/latex/contrib/tabfigures/README | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/macros/latex/contrib/tabfigures/README b/macros/latex/contrib/tabfigures/README new file mode 100644 index 0000000000..96cefd5f2e --- /dev/null +++ b/macros/latex/contrib/tabfigures/README @@ -0,0 +1,55 @@ +tabfigures - Using tabular figures with LaTeX +============================================= + +The tabfigures package is a collection of patches for using +tabular figures in some LaTeX environments where numbers should +line up vertically such as the table of contents and enumerations. + +Usage +----- + +To use this package, include + + \usepackage[<options>]{tabfigures} + +in the preamble of your LaTeX document. See the PDF documentation for +the available options and other details. + +Installation +------------ + +1. Run `latex tabfigures.ins` to generate the LaTeX package. + +2. Create the following directories in a local texmf tree: + + - doc/latex/tabfigures + - tex/latex/tabfigures + +3. Copy all necessary files into the texmf tree: + + - tabfigures.pdf goes to doc/latex/tabfigures + - tabfigures.sty goes to tex/latex/tabfigures + +4. Afterwards, you may need to regenerate the file database: + + texhash + +License +------- + +Copyright (c) 2007 by Andreas Bühmann +Copyright (c) 2012 by Michael Ummels <michael.ummels@rwth-aachen.de> + +This work may be distributed and modified under the terms and conditions of the +LaTeX Project Public License, version 1.3c or greater (your choice). +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Michael Ummels. + +This work consists of the files tabfigures.dtx, tabfigures.ins and +the derived files tabfigures.sty and tabfigures.pdf. |