./print/tex-breqn, Automatic line breaking of displayed equations

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.98l, Package name: tex-breqn-0.98l, Maintainer: pkgsrc-users

The package provides solutions to a number of common
difficulties in writing displayed equations and getting
high-quality output. For example, it is a well-known
inconvenience that if an equation must be broken into more than
one line, 'left...right' constructs cannot span lines. The
breqn package makes them work as one would expect whether or
not there is an intervening line break. The single most
ambitious goal of the package, however, is to support automatic
linebreaking of displayed equations. Such linebreaking cannot
be done without substantial changes under the hood in the way
formulae are processed; the code must be watched carefully,
keeping an eye on possible glitches. The bundle also contains
the flexisym and mathstyle packages, which are both designated
as support for breqn.


Required to run:
[print/kpathsea]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-04-07 07:31:36 by Mark Davies | Files touched by this commit (2)
Log message:
tex-breqn: updat to 0.98l

* Prevent new LaTeX paragraph hooks from running and interfering
  unnecessarily with breqn internals (thanks Frank)
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2021-02-13 11:24:11 by Mark Davies | Files touched by this commit (2) | Package updated
Log message:
tex-breqn: update to 0.98k

changes unknown
   2020-04-28 00:35:40 by Mark Davies | Files touched by this commit (64) | Package updated
Log message:
tex-[ab]*: update to texlive 2020 versions

tex-acronym{,-doc} to 1.47
tex-aleph to 0.2.54276
tex-amsmath{,-doc} to 2.17a.53640
tex-apa6{,-doc} to 2.34
tex-appendix{,-doc} to 1.2c
tex-babel{,-doc} to 3.42
tex-babel-french to 3.5h
tex-babel-greek to 1.9j
tex-babel-italian to 1.4.03
tex-babel-serbian to 2.0a
tex-babel-serbianc to 3.0a
tex-beamer{,-doc} to 3.57
tex-biblatex{,-doc} to 3.14
tex-biblatex-apa{,-doc} to 9.10
tex-biblatex-ieee{,-doc} to 1.3b
tex-booktabs{,-doc} to 1.61803398
tex-breqn to 0.98j
tex-atbegshi{,-doc} version 1.19
tex-kvoptions{,-doc} version 3.13
tex-pdftexcmds{,-doc} version 0.31
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-12-06 21:19:34 by Mark Davies | Files touched by this commit (430)
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
   2019-01-26 08:20:07 by Mark Davies | Files touched by this commit (2) | Package updated
Log message:
tex-breqn: update to 0.98f

* Insert `\nolinenumbers` inside maths environments if the `lineno`
  package is loaded.  It would be better to insert a line number,
  but at least with this the document still compiles!