From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/eqparbox/README | 51 +++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/eqparbox/README (limited to 'Master/texmf-dist/doc/latex/eqparbox/README') diff --git a/Master/texmf-dist/doc/latex/eqparbox/README b/Master/texmf-dist/doc/latex/eqparbox/README new file mode 100644 index 00000000000..f21c524b7f0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eqparbox/README @@ -0,0 +1,51 @@ + +-------------------------------------+ + | EQPARBOX: | + | Create equal-widthed parboxes | + | By Scott Pakin, scott+eqp@pakin.org | + +-------------------------------------+ + + +Description +----------- + +LaTeX users sometimes need to ensure that two or more blocks of text +occupy the same amount of horizontal space on the page. To that end, +the eqparbox package defines a new command, \eqparbox, which works +just like \parbox, except that instead of specifying a width, one +specifies a tag. All eqparboxes with the same tag -- regardless of +where they are in the document -- will stretch to fit the widest +eqparbox with that tag. This simple, equal-width mechanism can be +used for a variety of alignment purposes, as is evidenced by the +examples in eqparbox's documentation. + + +Installation +------------ + +There's nothing special about building eqparbox: + + latex eqparbox.ins <== Generate eqparbox.sty + latex eqparbox.dtx <== Produce the documentation (eqparbox.dvi) + latex eqparbox.dtx <== Again, to get labels and eqparboxes right + makeindex -s gind.ist eqparbox <== Generate an index + makeindex -s gglo.ist eqparbox.glo -o eqparbox.gls <== Generate a change list + latex eqparbox.dtx <== Incorporate the index into the document + +If you're new to this, see +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for more +information on installing packages. + + +Copyright and license +--------------------- +Copyright (C) 2004 Scott Pakin, scott+eqp@pakin.org + +This package may be distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.2 of this +license or (at your option) any later version. The latest version of +this license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of LaTeX version +1999/12/01 or later. -- cgit v1.2.3