diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-07 21:52:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-07 21:52:35 +0000 |
commit | 2ee761738d4c85b1ba6c9f83f026c72cecff5d96 (patch) | |
tree | f1cc91a18988a2a97068721d30dda75526895a10 /Master/texmf-dist/doc/latex/breqn | |
parent | 7d5a5498dbbf998f4d0297668e733a9203582241 (diff) |
breqn (6aug14)
git-svn-id: svn://tug.org/texlive/trunk@34867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/breqn')
-rw-r--r-- | Master/texmf-dist/doc/latex/breqn/README | 38 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/breqn/breqn.pdf | bin | 0 -> 647250 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/breqn/flexisym.pdf | bin | 0 -> 285787 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/breqn/mathstyle.pdf | bin | 0 -> 202481 bytes |
4 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/breqn/README b/Master/texmf-dist/doc/latex/breqn/README new file mode 100644 index 00000000000..c7c3e1e2e6d --- /dev/null +++ b/Master/texmf-dist/doc/latex/breqn/README @@ -0,0 +1,38 @@ +# The BREQN packages + +This is the latest repository for the breqn package, originally developed by Michael J. Downes and later taken over by Morten Høgholm. + +The version of the package here will be used as the source for current CTAN releases. + +Internal updates are planned but no major development is expected. Contributors welcome --- if you dare. + +Feedback should be directed to the Issue Tracker at: + <https://github.com/wspr/breqn/issues> + +## Installation + +Running TeX on each dtx file extracts the runtime files. See the dtx +files for details. + +## The code + +### breqn + +The breqn package facilitates automatic line-breaking of displayed +math expressions. The package was originally developed by Michael +J. Downes. + +### flexisym + +This package turns math symbols into macros. +Is is required by breqn so that breqn can make intelligent decisions +with respect to line-breaking and other details. + +### mathstyle + +Ensures uniform syntax for math subscript (_) and superscript (^) +operations so that they always take exactly one argument. +Grants access to the current mathstyle which eases several tasks such +as avoiding the many pitfalls of \mathchoice and \mathpalette. +This package is used by flexisym. + diff --git a/Master/texmf-dist/doc/latex/breqn/breqn.pdf b/Master/texmf-dist/doc/latex/breqn/breqn.pdf Binary files differnew file mode 100644 index 00000000000..b863b38a692 --- /dev/null +++ b/Master/texmf-dist/doc/latex/breqn/breqn.pdf diff --git a/Master/texmf-dist/doc/latex/breqn/flexisym.pdf b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf Binary files differnew file mode 100644 index 00000000000..c4fb47dcb83 --- /dev/null +++ b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf diff --git a/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf Binary files differnew file mode 100644 index 00000000000..0bd67e2a7e8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf |