summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eqparbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/eqparbox
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eqparbox')
-rw-r--r--Master/texmf-dist/doc/latex/eqparbox/README51
-rw-r--r--Master/texmf-dist/doc/latex/eqparbox/eqparbox.pdfbin0 -> 174899 bytes
2 files changed, 51 insertions, 0 deletions
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.
diff --git a/Master/texmf-dist/doc/latex/eqparbox/eqparbox.pdf b/Master/texmf-dist/doc/latex/eqparbox/eqparbox.pdf
new file mode 100644
index 00000000000..dbcb01581d5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eqparbox/eqparbox.pdf
Binary files differ