diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/README | 51 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/xint/xint.pdf | bin | 348223 -> 492129 bytes |
2 files changed, 29 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README index c313073378d..0ca361f28ca 100644 --- a/Master/texmf-dist/doc/generic/xint/README +++ b/Master/texmf-dist/doc/generic/xint/README @@ -4,13 +4,14 @@ % xintgcd.sty Euclidean algorithm with xint package % xintfrac.sty Expandable operations on fractions % xintseries.sty Expandable partial sums with xint package +% xintcfrac Expandable continued fractions with xint package % Copyright (C) 2013 by Jean-Francois Burnol -% Version: v1.03 (2013/04/14) +% Version: v1.04 (2013/04/25) %---------------------------------------------------------------- -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 consists of the source file xint.dtx and of its derived files +xint.sty, xintgcd.sty, xintfrac.sty, xintseries.sty, xintcfrac.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 @@ -29,32 +30,38 @@ 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. +xintseries.sty, xintcfrac.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. + xint.sty | + xintgcd.sty | + xintfrac.sty | --> TDS:tex/generic/xint/ + xintseries.sty | + xintcfrac.sty | + 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) + \usepackage{xintgcd} (loads xint) + \usepackage{xintfrac} (loads xint) + \usepackage{xintseries} (loads xintfrac) + \usepackage{xintcfrac} (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) + \input xintgcd.sty\relax (loads xint) + \input xintfrac.sty\relax (loads xint) + \input xintseries.sty\relax (loads xintfrac) + \input xintcfrac.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 b9a92b732d1..212c6c4ac65 100644 --- a/Master/texmf-dist/doc/generic/xint/xint.pdf +++ b/Master/texmf-dist/doc/generic/xint/xint.pdf |