blob: aec23bb0e1bb5ce9770bc38b4f234eca4aefe301 (
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
|
README for the fancynum package
-------------------------------
Fancynum is a LaTeX package for typestting numbers, in particular
those numbers written by computers.
To install the package
* LaTeX the file fancynum.ins
* move fancynum.sty to somewhere where LaTeX can find it
For documentation, LaTeX the file fancynum.dtx.
An example file, examples.tex, requires the file dbltable.tex
which is produced by the "table" program. If you have the gcc
C compiler and "make" then
make examples.dvi
should do the work for you.
All files in the package are released under the the terms of
the LaTeX Project Public License, as described in lppl.txt
in the base LaTeX distribution. Either version 1.0 or, at
your option, any later version.
The most recent version of the package will normally be
available on CTAN, or at the author's homepage
www.arbs.demon.co.uk
Bugs reports and suggestions can be sent to
J. J. Green,
Dept Applied Mathematics,
University of Sheffield, UK.
j.j.green@shef.ac.uk
$Id: README,v 1.3 2000/03/20 14:30:43 ap1jjg Exp $
|