summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/xint
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-02 22:25:48 +0000
committerKarl Berry <karl@freefriends.org>2013-04-02 22:25:48 +0000
commit6574ff6201be11b02c528187bda322fe9ac79d57 (patch)
tree3c5575c3e1f4108399d79f7fdc7c8186694f11bc /Master/texmf-dist/doc/generic/xint
parent45ce7e2312e083df79b2c4ec11801ed2277c9821 (diff)
xinit (2apr13)
git-svn-id: svn://tug.org/texlive/trunk@29610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/xint')
-rw-r--r--Master/texmf-dist/doc/generic/xint/README52
-rw-r--r--Master/texmf-dist/doc/generic/xint/xint.pdfbin0 -> 232494 bytes
2 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/xint/README b/Master/texmf-dist/doc/generic/xint/README
new file mode 100644
index 00000000000..d4de9587878
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/xint/README
@@ -0,0 +1,52 @@
+%----------------------------------------------------------------
+% xint: Expandable operations on long numbers
+% xintgcd: Euclidean algorithm with xint package
+% Copyright (C) 2013 by Jean-Francois Burnol
+% Version: v1.0 (2013/03/28)
+%----------------------------------------------------------------
+
+ This work consists of the main source file xint.dtx and
+ its derived files, among them the style files xint.sty,
+ xintgcd.sty, and the documentation file xint.pdf.
+
+ The author of this work is Jean-Francois Burnol
+ <jfbu at free dot fr>
+
+ 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.
+
+ 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
+
diff --git a/Master/texmf-dist/doc/generic/xint/xint.pdf b/Master/texmf-dist/doc/generic/xint/xint.pdf
new file mode 100644
index 00000000000..10b138f207b
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/xint/xint.pdf
Binary files differ