diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/fancynum/README | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fancynum/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/fancynum/README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fancynum/README b/Master/texmf-dist/doc/latex/fancynum/README new file mode 100644 index 00000000000..aec23bb0e1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/fancynum/README @@ -0,0 +1,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 $ + |