diff options
author | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
commit | 7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch) | |
tree | 4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/breqn.tlpsrc | |
parent | 251011941e0fbafdda83480a711735c118a7fca0 (diff) |
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/breqn.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/breqn.tlpsrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/breqn.tlpsrc b/Master/tlpkg/tlpsrc/breqn.tlpsrc new file mode 100644 index 00000000000..ff056f5e4af --- /dev/null +++ b/Master/tlpkg/tlpsrc/breqn.tlpsrc @@ -0,0 +1,16 @@ +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. |