blob: 988f53e845d7951b26d579e48d6a7e407ab6f281 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
%----------------------------------------------------------------
% The xint bundle
% components:
% (base) xint: Expandable operations on long numbers
% xintgcd: Euclidean algorithm with xint package
% Copyright (C) 2013 by Jean-Francois Burnol
% Version: v1.02 (2013/04/05)
%----------------------------------------------------------------
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.
This work consists of the source file xint.dtx and of its
derived files xint.sty, xintgcd.sty, xint.ins and the
documentation xint.pdf (or xint.dvi).
The author of this work is Jean-Francois Burnol <jfbu at free dot fr>.
This work has the LPPL maintenance status `author-maintained'.
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
|