diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-12 22:05:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-12 22:05:09 +0000 |
commit | 6df54a5d07db68aa119eceb9d1d5d7bd25b0ff69 (patch) | |
tree | 32acfcdf6d5721f5d703132ff6a98c922efcf356 /Master/texmf-dist/doc/latex/polexpr | |
parent | 9fab16cd89e27cc5b308ce410e11068285e63c3a (diff) |
polexpr (12feb19)
git-svn-id: svn://tug.org/texlive/trunk@50013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/polexpr')
-rw-r--r-- | Master/texmf-dist/doc/latex/polexpr/README.md | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/polexpr/polexpr.html | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/polexpr/polexpr.txt | 10 |
3 files changed, 23 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/polexpr/README.md b/Master/texmf-dist/doc/latex/polexpr/README.md index d311eb67e6b..29c0d2f5ab8 100644 --- a/Master/texmf-dist/doc/latex/polexpr/README.md +++ b/Master/texmf-dist/doc/latex/polexpr/README.md @@ -78,8 +78,11 @@ Releases - 0.7.3 (2019/02/04) Bugfix: polynomial names ending in digits caused errors. Thanks to Thomas Söll for report. +- 0.7.4 (2019/02/12) + Bugfix: 20000000000 is too big for \numexpr, shouldn't I know that? + Thanks to Jürgen Gilg for report. -Files of 0.7.3 release: +Files of 0.7.4 release: - README.md, - polexpr.sty (package file), diff --git a/Master/texmf-dist/doc/latex/polexpr/polexpr.html b/Master/texmf-dist/doc/latex/polexpr/polexpr.html index 63780d79efa..6fc48c2dd6b 100644 --- a/Master/texmf-dist/doc/latex/polexpr/polexpr.html +++ b/Master/texmf-dist/doc/latex/polexpr/polexpr.html @@ -362,7 +362,7 @@ ul.auto-toc { <body> <div class="document" id="package-polexpr-documentation"> <h1 class="title">Package polexpr documentation</h1> -<h2 class="subtitle" id="id1">0.7.3 (2019/02/04)</h2> +<h2 class="subtitle" id="id1">0.7.4 (2019/02/12)</h2> <!-- comment: -*- fill-column: 72; mode: rst; -*- --> <div class="contents topic" id="contents"> @@ -2868,7 +2868,7 @@ existed (thanks to Thomas Söll for report).</li> </li> <li><p class="first">v0.7.3 (2019/02/04)</p> <ul class="simple"> -<li>bug fixes:<ul> +<li>bugfix:<ul> <li>Debugging information not destined to user showed in log if root finding was done under <tt class="docutils literal">\xintverbosetrue</tt> regime.</li> <li><a class="reference internal" href="#polprintintervalsthevar">\PolPrintIntervalsTheVar</a> remained defined after @@ -2882,6 +2882,15 @@ Söll).</li> </li> </ul> </li> +<li><p class="first">v0.7.4 (2019/02/12)</p> +<ul class="simple"> +<li>bugfix:<ul> +<li>20000000000 is too big for <tt class="docutils literal">\numexpr</tt>, shouldn't I know that? +Thanks to Jürgen Gilg for report.</li> +</ul> +</li> +</ul> +</li> </ul> </div> <div class="section" id="acknowledgments"> diff --git a/Master/texmf-dist/doc/latex/polexpr/polexpr.txt b/Master/texmf-dist/doc/latex/polexpr/polexpr.txt index 836e044f155..46ea7e32faa 100644 --- a/Master/texmf-dist/doc/latex/polexpr/polexpr.txt +++ b/Master/texmf-dist/doc/latex/polexpr/polexpr.txt @@ -4,7 +4,7 @@ Package polexpr documentation =============================== -0.7.3 (2019/02/04) +0.7.4 (2019/02/12) ================== .. contents:: @@ -2548,7 +2548,7 @@ CHANGE LOG - v0.7.3 (2019/02/04) - * bug fixes: + * bugfix: - Debugging information not destined to user showed in log if root finding was done under ``\xintverbosetrue`` regime. @@ -2560,6 +2560,12 @@ CHANGE LOG - Polynomial names ending in digits caused errors (reported by Thomas Söll). +- v0.7.4 (2019/02/12) + + * bugfix: + + - 20000000000 is too big for ``\numexpr``, shouldn't I know that? + Thanks to Jürgen Gilg for report. Acknowledgments --------------- |