summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/eqparbox.tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
committerNorbert Preining <preining@logic.at>2007-06-20 05:37:07 +0000
commit9ae60519cee39f73acca93bd0a963b6eb0838090 (patch)
tree280b086265babf658beaaa8767402cd6d63537e5 /Master/tlpkg/tlpsrc/eqparbox.tlpsrc
parent364c41ff9ead9873e105431354ec5e5b73c887d3 (diff)
Remove shortdesc and longdesc from all but the collection-* and scheme-*
git-svn-id: svn://tug.org/texlive/trunk@4479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/eqparbox.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/eqparbox.tlpsrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/tlpkg/tlpsrc/eqparbox.tlpsrc b/Master/tlpkg/tlpsrc/eqparbox.tlpsrc
index 2def4f206f5..17f011bda21 100644
--- a/Master/tlpkg/tlpsrc/eqparbox.tlpsrc
+++ b/Master/tlpkg/tlpsrc/eqparbox.tlpsrc
@@ -1,16 +1,2 @@
name eqparbox
category Package
-shortdesc Create equal-widthed parboxes
-longdesc LaTeX users sometimes need to ensure that two or more blocks of
-longdesc text occupy the same amount of horizontal space on the page. To
-longdesc that end, the eqparbox package defines a new command, \eqparbox,
-longdesc which works just like \parbox, except that instead of specifying a
-longdesc width, one specifies a tag. All eqparboxes with the same tag --
-longdesc regardless of where they are in the document -- will stretch to
-longdesc fit the widest eqparbox with that tag. This simple, equal-width
-longdesc mechanism can be used for a variety of alignment purposes, as is
-longdesc evidenced by the examples in eqparbox's documentation. Version 2.0
-longdesc makes better use of TeX's memory, allows numbers and symbols to
-longdesc appear in tags, preserves fonts across \\ boundaries, and
-longdesc eliminates some incorrect \global prefixes. [description copied
-longdesc from TeX Catalogue]