diff options
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. |