diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-15 22:23:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-15 22:23:20 +0000 |
commit | 0639a522410335d1b0ada2c404a8e8b7b6b408c6 (patch) | |
tree | 7981f8203865d9194a39b3a6c9ac7d2a90f61094 /Master/texmf-dist/doc | |
parent | f9fe08d0b133db79c326f1cc09c1ef16debf16c5 (diff) |
xint (15apr13)
git-svn-id: svn://tug.org/texlive/trunk@29954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/README | 76 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/xint.pdf | bin | 249177 -> 348223 bytes |
2 files changed, 41 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README index 988f53e845d..c313073378d 100644 --- a/Master/texmf-dist/doc/generic/xint/README +++ b/Master/texmf-dist/doc/generic/xint/README @@ -1,12 +1,17 @@ %---------------------------------------------------------------- % The xint bundle -% components: -% (base) xint: Expandable operations on long numbers -% xintgcd: Euclidean algorithm with xint package +% (base) xint.sty Expandable operations on long numbers +% xintgcd.sty Euclidean algorithm with xint package +% xintfrac.sty Expandable operations on fractions +% xintseries.sty Expandable partial sums with xint package % Copyright (C) 2013 by Jean-Francois Burnol -% Version: v1.02 (2013/04/05) +% Version: v1.03 (2013/04/14) %---------------------------------------------------------------- +This work consists of the source file xint.dtx and of its derived +files xint.sty, xintgcd.sty, xintfrac.sty, xintseries.sty, 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 @@ -17,38 +22,39 @@ and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later. - This work consists of the source file xint.dtx and of its - derived files xint.sty, xintgcd.sty, xint.ins and the - documentation xint.pdf (or xint.dvi). - 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: - ======================= - - Run tex or latex on xint.dtx. - - This will extract the style files xint.sty and xintgcd.sty (and - xint.ins). Files with the same names and in the same repertory - will be overwritten. The tex (not latex) run will stop with the - complaint that it does not understand \NeedsTeXFormat, but the - style files will already have been extracted by that time. - - Alternatively, run tex or latex on xint.ins if available. - - To get xint.pdf run pdflatex thrice on xint.dtx - - xint.sty, xintgcd.sty -> TDS:tex/generic/xint/ - xint.dtx -> TDS:source/generic/xint/ - xint.pdf -> TDS:doc/generic/xint/ - - It may well be necessary to then refresh the TeX installation - filename database. - - Usage with LaTeX: \usepackage{xint} - \usepackage{xintgcd} - - Usage with TeX: \input xint.sty\relax - \input xintgcd.sty\relax +Installation and Usage: +======================= + +Run tex or latex on xint.dtx. + +This will extract the style files xint.sty, xintgcd.sty, xintfrac.sty, +xintseries.sty (and xint.ins). Files with the same names and in the +same repertory will be overwritten. The tex (not latex) run will stop +with the complaint that it does not understand \NeedsTeXFormat, but the +style files will already have been extracted by that time. + +Alternatively, run tex or latex on xint.ins if available. + +To get xint.pdf run pdflatex thrice on xint.dtx + + xint.sty, xintgcd.sty, xintfrac.sty, xintseries.sty + -> TDS:tex/generic/xint/ + xint.dtx -> TDS:source/generic/xint/ + xint.pdf -> TDS:doc/generic/xint/ + +It may be necessary to then refresh the TeX installation filename +database. + +Usage with LaTeX: \usepackage{xint} + \usepackage{xintgcd} % (loads xint) + \usepackage{xintfrac} % (loads xint) + \usepackage{xintseries} % (loads xintfrac) + +Usage with TeX: \input xint.sty\relax + \input xintgcd.sty\relax % (loads xint) + \input xintfrac.sty\relax % (loads xint) + \input xintseries.sty\relax % (loads xintfrac) diff --git a/Master/texmf-dist/doc/generic/xint/xint.pdf b/Master/texmf-dist/doc/generic/xint/xint.pdf Binary files differindex 3390c97a79c..b9a92b732d1 100644 --- a/Master/texmf-dist/doc/generic/xint/xint.pdf +++ b/Master/texmf-dist/doc/generic/xint/xint.pdf |