summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xint/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-27 16:31:25 +0000
committerKarl Berry <karl@freefriends.org>2013-06-27 16:31:25 +0000
commit82c37dcf73b52a88faef522a2f1a294351deea1a (patch)
tree4c0f4b7b3c5fb16b1b5e0b413fc1a800bc9eef35 /Master/texmf-dist/doc/generic/xint/README
parenteeeb860e63fdf6d8e9c0c18825a887aec80eed7e (diff)
xint (16jun13)
git-svn-id: svn://tug.org/texlive/trunk@30978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint/README')
-rw-r--r--Master/texmf-dist/doc/generic/xint/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README
index 5e4fbff4adb..357fe2400e8 100644
--- a/Master/texmf-dist/doc/generic/xint/README
+++ b/Master/texmf-dist/doc/generic/xint/README
@@ -1,11 +1,12 @@
The xint bundle
-Release 1.07a (2013/05/26)
+Release 1.08b (2013/06/14). Documentation version: 2013/04/16.
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
+ xintbinhex.sty Expandable binary and hexadecimal conversions
xintgcd.sty Euclidean algorithm with xint package
xintseries.sty Expandable partial sums with xint package
xintcfrac.sty Expandable continued fractions with xint package
@@ -16,9 +17,9 @@ 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).
+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
@@ -39,7 +40,7 @@ Installation and Usage:
Run tex or latex on xint.dtx.
This will extract the style files xint.sty, xintfrac.sty, xintexpr.sty,
-xintgcd.sty, xintseries.sty, xintcfrac.sty (and xint.ins).
+xintbinhex.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
@@ -52,7 +53,8 @@ To get xint.pdf run pdflatex thrice on xint.dtx
xint.sty |
xintfrac.sty |
- xintexpr.sty | --> TDS:tex/generic/xint/
+ xintexpr.sty |
+ xintbinhex.sty | --> TDS:tex/generic/xint/
xintgcd.sty |
xintseries.sty |
xintcfrac.sty |
@@ -66,6 +68,7 @@ Usage with LaTeX: \usepackage{xint}
\usepackage{xintfrac} (loads xint)
\usepackage{xintexpr} (loads xintfrac)
+ \usepackage{xintbinhex} (loads xint)
\usepackage{xintgcd} (loads xint)
\usepackage{xintseries} (loads xintfrac)
\usepackage{xintcfrac} (loads xintfrac)
@@ -74,6 +77,7 @@ Usage with TeX: \input xint.sty\relax
\input xintfrac.sty\relax (loads xint)
\input xintexpr.sty\relax (loads xintfrac)
+ \input xintbinhex.sty\relax (loads xint)
\input xintgcd.sty\relax (loads xint)
\input xintseries.sty\relax (loads xintfrac)
\input xintcfrac.sty\relax (loads xintfrac)