From 3db90420d273ad61f150fb1d97effe23b6865108 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 30 Nov 2021 22:51:25 +0000 Subject: polexpr (30nov21) git-svn-id: svn://tug.org/texlive/trunk@61191 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/polexpr/README.md | 5 ++++- Master/texmf-dist/doc/generic/polexpr/polexpr.html | 18 +++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc/generic/polexpr') diff --git a/Master/texmf-dist/doc/generic/polexpr/README.md b/Master/texmf-dist/doc/generic/polexpr/README.md index de201582d3e..c52baa8b756 100644 --- a/Master/texmf-dist/doc/generic/polexpr/README.md +++ b/Master/texmf-dist/doc/generic/polexpr/README.md @@ -92,8 +92,11 @@ Releases - 0.8.4 (2021/11/01) Bugfix: `PolSturmIsolateZeros**` did not declare the square free part of the original polynomial if no real root existed. +- 0.8.5 (2021/11/30) + Bugfix: `intfrom()` was documented at `0.8` but not declared to parser. + Track (belatedly) `xintexpr` 1.4g changes -Files of 0.8.4 release: +Files of 0.8.5 release: - polexpr.sty, polexprcore.tex, polexprexpr.tex, polexprsturm.tex, - README.md, diff --git a/Master/texmf-dist/doc/generic/polexpr/polexpr.html b/Master/texmf-dist/doc/generic/polexpr/polexpr.html index 3fdb584ea8b..9b6f99138d3 100644 --- a/Master/texmf-dist/doc/generic/polexpr/polexpr.html +++ b/Master/texmf-dist/doc/generic/polexpr/polexpr.html @@ -598,7 +598,7 @@ a { text-decoration: none; }

Package polexpr documentation

-

0.8.4 (2021/11/01)

+

0.8.5 (2021/11/30)

Contents

@@ -1799,7 +1799,7 @@ immediate priority though (perhaps support of multivariate polynomials would be more important feature; or localization of complex roots).

  • To make printed decimal numbers more enjoyable than via -\xintSignedFrac (or \xintSignedFwOver with Plain):

    +\xintTeXsignedFrac (or \xintTeXsignedOver with Plain):

    \def\PolTypesetOne#1{\PolDecToString{\xintREZ{#1}}}%

    \PolDecToString will use decimal notation to incorporate the power of ten part; and the \xintREZ will have the effect to suppress @@ -2337,7 +2337,7 @@ plus or minus one, and F if not. It choos

    \PolTypesetOne{<raw_coeff>}

    -

    Defaults to \xintSignedFrac (LaTeX) or \xintSignedFwOver +

    Defaults to \xintTeXsignedFrac (LaTeX) or \xintTeXsignedOver (else). But these xintfrac old legacy macros are a bit annoying as they insist in exhibiting a power of ten rather than using simpler decimal notation.

    @@ -2365,7 +2365,7 @@ for the constant term, \PolVar for the fir

    Expands to a + if the raw_coeff is zero or positive, and to nothing if raw_coeff is negative, as in latter case the -\xintSignedFrac (or \xintSignedFwOver) used by +\xintTeXsignedFrac (or \xintTeXsignedOver) used by \PolTypesetCmd{<raw_coeff>} will put the - sign in front of the fraction (if it is a fraction) and this will thus serve as separator in the typeset formula. Not used for the first term.

    @@ -2812,7 +2812,7 @@ example of customization.

    definition:

    \newcommand\POL@@PrintIntervalsPrintExactZero{%
        \displaystyle
    -   \xintSignedFrac{\PolPrintIntervalsTheLeftEndPoint}%
    +   \xintTeXsignedFrac{\PolPrintIntervalsTheLeftEndPoint}%
     }%

    Multiplicities are printed using this auxiliary macro:

    @@ -4204,6 +4204,14 @@ declare the <sturmname>_norr and
+
  • v0.8.5 (2021/11/30)

    +
      +
    • bugfix: support for the intfrom() function was in the code, +but the declaration to the polynomial parser had not been done.

    • +
    • track (belatedly) upstream deprecation of \xintSignedFrac and +\xintSignedFwOver at xintexpr 1.4g

    • +
    +
  • -- cgit v1.2.3