summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-25 22:33:49 +0000
committerKarl Berry <karl@freefriends.org>2013-04-25 22:33:49 +0000
commitcfa2367936c9c7cf864687e098482ca255082a90 (patch)
treeac866948194b95c25e81846f3e653081ef2b2d0d /Master/texmf-dist/doc/generic/xint
parent187cc38f863f09d028d2399e7a2b253bb8ba1a51 (diff)
xint (25apr13)
git-svn-id: svn://tug.org/texlive/trunk@30107 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint')
-rw-r--r--Master/texmf-dist/doc/generic/xint/README51
-rw-r--r--Master/texmf-dist/doc/generic/xint/xint.pdfbin348223 -> 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
index b9a92b732d1..212c6c4ac65 100644
--- a/Master/texmf-dist/doc/generic/xint/xint.pdf
+++ b/Master/texmf-dist/doc/generic/xint/xint.pdf
Binary files differ