CTAN masthead graphic CTAN lion sketch

Directory: CTAN home / tex-archive/ macros/ latex/ contrib/ eqparbox

You can get this entire directory bundled as eqparbox.zip.

Packages located here

Package Caption
eqparbox Create equal-widthed parboxes.

Subdirectories of this one

There are no subdirectories here.

Files in this directory

NameDateSize Description
README 2004-07-30 1 Kbyte download Shown below
eqparbox.dtx 2004-08-05 29 Kbyte download
eqparbox.ins 2004-07-30 1 Kbyte download
eqparbox.pdf 2004-08-05 170 Kbyte download

Contents of the README file

		+-------------------------------------+
		|	      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.

Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.