summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-05-27 05:00:41 +0000
committerNorbert Preining <preining@logic.at>2013-05-27 05:00:41 +0000
commit04fd1776023ee2133a059a5a7c0974705552be89 (patch)
tree146f87138e07a550161e6dd7d59dec64a9049238 /Master/texmf-dist/doc
parent9187fc6b720d7c26139a39d4edfec826fd9fbe25 (diff)
xint update (5/27)
git-svn-id: svn://tug.org/texlive/trunk@30723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/xint/README99
-rw-r--r--Master/texmf-dist/doc/generic/xint/xint.pdfbin519270 -> 629272 bytes
2 files changed, 56 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README
index fa4d92bddcd..5e4fbff4adb 100644
--- a/Master/texmf-dist/doc/generic/xint/README
+++ b/Master/texmf-dist/doc/generic/xint/README
@@ -1,27 +1,34 @@
-%----------------------------------------------------------------
-% The xint bundle
-% (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
-% xintcfrac.sty Expandable continued fractions with xint package
-% Copyright (C) 2013 by Jean-Francois Burnol
-% Version: v1.06b (2013/05/14)
-%----------------------------------------------------------------
-
-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
- 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 xint bundle
+Release 1.07a (2013/05/26)
+author: Jean-Francois Burnol
+
+Style files which will self-extract from xint.dtx:
+(base) xint.sty Expandable operations on long numbers
+ xintfrac.sty Expandable operations on fractions
+ xintexpr.sty Expandable expression parser
+ xintgcd.sty Euclidean algorithm with xint package
+ xintseries.sty Expandable partial sums with xint package
+ xintcfrac.sty Expandable continued fractions with xint package
+
+May be used with Plain TeX (\input) or as LaTeX packages (\usepackage)
+
+License
+=======
+
+This work consists of the source file xint.dtx and of its derived files:
+xint.sty, xintgcd.sty, xintexpr.sty,
+xintfrac.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'.
@@ -30,38 +37,44 @@ Installation and Usage:
=======================
Run tex or latex on xint.dtx.
-
-This will extract the style files xint.sty, xintgcd.sty, xintfrac.sty,
-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.
+
+This will extract the style files xint.sty, xintfrac.sty, xintexpr.sty,
+xintgcd.sty, 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 |
+ xintfrac.sty |
+ xintexpr.sty | --> TDS:tex/generic/xint/
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.
+
+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{xintcfrac} (loads xintfrac)
+ \usepackage{xintfrac} (loads xint)
+ \usepackage{xintexpr} (loads xintfrac)
+
+ \usepackage{xintgcd} (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 xintcfrac.sty\relax (loads xintfrac)
+ \input xintfrac.sty\relax (loads xint)
+ \input xintexpr.sty\relax (loads xintfrac)
+
+ \input xintgcd.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
index dc6f5d118e8..1d67e7e3ef2 100644
--- a/Master/texmf-dist/doc/generic/xint/xint.pdf
+++ b/Master/texmf-dist/doc/generic/xint/xint.pdf
Binary files differ