summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/breqn.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/breqn.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/breqn.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/breqn.tlpsrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/tlpkg/tlpsrc/breqn.tlpsrc b/Master/tlpkg/tlpsrc/breqn.tlpsrc
index ff056f5e4af..68c6f8aead4 100644
--- a/Master/tlpkg/tlpsrc/breqn.tlpsrc
+++ b/Master/tlpkg/tlpsrc/breqn.tlpsrc
@@ -1,16 +1,2 @@
name breqn
category Package
-shortdesc Automatic line breaking of displayed equations.
-longdesc The breqn package for LaTeX provides solutions to a number of
-longdesc common difficulties in writing displayed equations and getting
-longdesc high-quality output. For example, it is a well-known inconvenience
-longdesc that if an equation must be broken into more than one line,
-longdesc `left...right' constructs cannot span lines. The breqn package
-longdesc makes them work as one would expect whether or not there is an
-longdesc intervening line break. The single most ambitious goal of the
-longdesc breqn package, however, is to support automatic linebreaking of
-longdesc displayed equations. Such linebreaking cannot be done without
-longdesc substantial changes under the hood in the way math formulas are
-longdesc processed. For this reason, especially in the alpha release, users
-longdesc should proceed with care and keep an eye out for unexpected
-longdesc glitches or side effects.