diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-23 22:36:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-23 22:36:42 +0000 |
commit | db4b352a8add9f8ad0a37795b734e34024c1613a (patch) | |
tree | 209bab61c50922d992d20540d36418479f3cf672 /Master/texmf-dist/doc/generic/xint | |
parent | f2774ca5d48f5ad0f49343181ea3a9677d99d90c (diff) |
xint (23oct13)
git-svn-id: svn://tug.org/texlive/trunk@31981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint')
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/README | 72 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/xint.pdf | bin | 873546 -> 876954 bytes |
2 files changed, 54 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README index 8859edda270..af45d754972 100644 --- a/Master/texmf-dist/doc/generic/xint/README +++ b/Master/texmf-dist/doc/generic/xint/README @@ -1,7 +1,10 @@ The xint bundle -Release 1.09c (2013/10/09). Documentation: 2013/10/18. +Release 1.09d (2013/10/22). author: Jean-Francois Burnol +License: LPPL 1.3c or later. +This README: *Abstract*, *Installation*, *License*. + Style files which will self-extract from xint.dtx: (base) xint.sty Expandable operations on long numbers xintfrac.sty Expandable operations on fractions @@ -13,26 +16,37 @@ Style files which will self-extract from xint.dtx: May be used with Plain TeX (\input) or as LaTeX packages (\usepackage) -License -======= +Abstract +======== -This work consists of the source file xint.dtx and of its derived files: -xint.sty, xintfrac.sty, xintexpr.sty, xintbinhex.sty, xintgcd.sty, -xintseries.sty, xintcfrac.sty, as well as xint.ins and the documentation -xint.pdf (or xint.dvi). + The xint package implements with expandable TeX macros the basic + arithmetic operations of addition, subtraction, multiplication and + division, applied to arbitrarily long numbers. The xintfrac package + extends the scope of xint to fractional numbers with arbitrarily + long numerators and denominators. - This work may be distributed and/or modified under the - conditions of the LaTeX Project Public License, either - version 1.3c of this license or (at your option) any later - version. This version of this license is in - http://www.latex-project.org/lppl/lppl-1-3c.txt - and the latest version of this license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2005/12/01 or later. + xintexpr provides an expandable parser \xintexpr . . . \relax of + expressions involving arithmetic operations in infix notation on + decimal numbers, fractions, numbers in scientific notation, with + parentheses, factorial symbol, function names, comparison operators, + logic operators, twofold and threefold way conditionals, + sub-expressions, macros expanding to the previous items. + + The xintbinhex package is for conversions to and from binary and + hexadecimal bases, xintseries provides some basic functionality for + computing in an expandable manner partial sums of series and power + series with fractional coefficients, xintgcd implements the + Euclidean algorithm and its typesetting, and xintcfrac deals with + the computation of continued fractions. + + Most macros, and all of those doing computations, work purely by + expansion without assignments, and may thus be used almost + everywhere in TeX. + + The packages may be used with any flavor of TeX supporting the eTeX + extensions. LaTeX users will use \usepackage and others \input to + load the package components. -The author of this work is Jean-Francois Burnol <jfbu at free dot fr>. -This work has the LPPL maintenance status `author-maintained'. Installation and Usage: ======================= @@ -82,3 +96,25 @@ Usage with TeX: \input xint.sty\relax \input xintseries.sty\relax (loads xintfrac) \input xintcfrac.sty\relax (loads xintfrac) + +License +======= + +This work consists of the source file xint.dtx and of its derived files: +xint.sty, xintfrac.sty, xintexpr.sty, xintbinhex.sty, xintgcd.sty, +xintseries.sty, xintcfrac.sty, as well as xint.ins and the documentation +xint.pdf (or xint.dvi). + + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either + version 1.3c of this license or (at your option) any later + version. This version of this license is in + http://www.latex-project.org/lppl/lppl-1-3c.txt + and the latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of + LaTeX version 2005/12/01 or later. + +The author of this work is Jean-Francois Burnol <jfbu at free dot fr>. +This work has the LPPL maintenance status `author-maintained'. + diff --git a/Master/texmf-dist/doc/generic/xint/xint.pdf b/Master/texmf-dist/doc/generic/xint/xint.pdf Binary files differindex cc95190e7e0..f80efa4d0d0 100644 --- a/Master/texmf-dist/doc/generic/xint/xint.pdf +++ b/Master/texmf-dist/doc/generic/xint/xint.pdf |