You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

25 years ago
  1. TITLE : "Fast multiprecision evaluation of series of rational numbers"
  2. AUTHORS: Bruno Haible, Thomas Papanikolaou
  3. Contents
  4. --------
  5. This directory contains the following files:
  6. Makefile ......................... to use with `make'. See below.
  7. README ........................... this file
  8. acm.bst.orig ..................... Original ISSAC '97 BibTeX style
  9. acm.bst .......................... ISSAC '97 BibTeX style (modified to keep
  10. long author names)
  11. acmconf.sty ...................... ISSAC '97 ACM Conference style
  12. binsplit.bib ..................... BibTeX bibliography
  13. binsplit.tex ..................... LaTeX source
  14. binsplit.ps ...................... PostScript source
  15. How to use the Makefile
  16. -----------------------
  17. LATEX, BIBTEX, DVIPS, RM, GZIP and UUENCODE are configuration
  18. variables which you can change to point to the appropriate
  19. location on your system. You do not need to change anything else.
  20. `make binsplit.dvi' creates binsplit.dvi
  21. `make binsplit.ps' creates binsplit.ps
  22. `make clean' removes all files produced by LaTeX and BibTeX
  23. Do not type the quotes!