summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-16 21:37:43 +0000
committerKarl Berry <karl@freefriends.org>2018-09-16 21:37:43 +0000
commit89621c1ee7abdb0d7e8e8fa92d4f582093fb7dac (patch)
tree0bfc68e9e9177ec46240aca5e3ba705d0d749585 /Master/texmf-dist/doc/latex
parentf70d5160a9d0bb9f9211b6653a51bc864d3afaea (diff)
breqn (16sep18)
git-svn-id: svn://tug.org/texlive/trunk@48679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/breqn/CHANGES.md10
-rw-r--r--Master/texmf-dist/doc/latex/breqn/README.md39
-rw-r--r--Master/texmf-dist/doc/latex/breqn/breqn.pdfbin654174 -> 655285 bytes
-rw-r--r--Master/texmf-dist/doc/latex/breqn/flexisym.pdfbin286197 -> 286197 bytes
-rw-r--r--Master/texmf-dist/doc/latex/breqn/mathstyle.pdfbin205238 -> 205238 bytes
5 files changed, 30 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/breqn/CHANGES.md b/Master/texmf-dist/doc/latex/breqn/CHANGES.md
new file mode 100644
index 00000000000..fb079f78cc8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/breqn/CHANGES.md
@@ -0,0 +1,10 @@
+# Release notes for the `breqn` packages
+
+* v0.98f (2018/09/14)
+
+ * 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!
+
+* v0.98e (2017/01/27)
+
+ * Fix in `\mathchoice` to allow use under recent versions of LuaTeX
diff --git a/Master/texmf-dist/doc/latex/breqn/README.md b/Master/texmf-dist/doc/latex/breqn/README.md
index 276fab16d00..ab25e9bf71d 100644
--- a/Master/texmf-dist/doc/latex/breqn/README.md
+++ b/Master/texmf-dist/doc/latex/breqn/README.md
@@ -1,34 +1,39 @@
+
# 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.
+This is the latest repository for the breqn package, originally developed by
+Michael J. Downes and later taken over by Morten Høgholm.
+Will Robertson currently manages the code but without time for major development.
-The version of the package here will be used as the source for current CTAN releases.
+* CTAN URL: <https://ctan.org/pkg/breqn>
+* Feedback/bugs: <https://github.com/wspr/breqn/issues>
+* Change history: [CHANGES.md](./CHANGES.md)
-Internal updates are planned but no major development is expected. Contributors welcome — if you dare.
+## Installation
-Feedback should be directed to the Issue Tracker at:
- <https://github.com/wspr/breqn/issues>
+The `breqn` packages are distributed in the major TeX distributions so manual installation
+is only necessary if you wish to install pre-release versions or contribute to the development
+of the package.
-## Installation
+Individually, running `pdftex` on each dtx file extracts the runtime files.
+As a package, `l3build install` will extract the needed files and install them locally.
-Running TeX on each dtx file extracts the runtime files. See the dtx
-files for details.
-## The code
-### breqn
+# The code
+
+## breqn
The breqn package facilitates automatic line-breaking of displayed
-math expressions. The package was originally developed by Michael
-J. Downes.
+math expressions.
-### flexisym
+## flexisym
This package turns math symbols into macros.
-Is is required by breqn so that breqn can make intelligent decisions
+It is required by breqn so that breqn can make intelligent decisions
with respect to line-breaking and other details.
-### mathstyle
+## mathstyle
Ensures uniform syntax for math subscript (_) and superscript (^)
operations so that they always take exactly one argument.
@@ -36,8 +41,4 @@ 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.
-## Release notes
-
-* v0.98e (2017/01/27)
- * Fix in `\mathchoice` to allow use under recent versions of LuaTeX
diff --git a/Master/texmf-dist/doc/latex/breqn/breqn.pdf b/Master/texmf-dist/doc/latex/breqn/breqn.pdf
index 441bd80c44d..90f25a563aa 100644
--- a/Master/texmf-dist/doc/latex/breqn/breqn.pdf
+++ b/Master/texmf-dist/doc/latex/breqn/breqn.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/breqn/flexisym.pdf b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf
index 627bc038953..216df9adabb 100644
--- a/Master/texmf-dist/doc/latex/breqn/flexisym.pdf
+++ b/Master/texmf-dist/doc/latex/breqn/flexisym.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf
index ac8f9a08c9a..39d577182c0 100644
--- a/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf
+++ b/Master/texmf-dist/doc/latex/breqn/mathstyle.pdf
Binary files differ