home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / tex / iff2eps / product-info < prev   
Text File  |  1995-10-23  |  1KB  |  51 lines

  1. .name
  2. iff2eps
  3. .type
  4. Image Conversion
  5. .short
  6. Convert IFF images to EPS format
  7. .aminet-dir
  8. text/tex
  9. .description
  10. If you have to create documents for study you have to use TeX because
  11.  a) only this package allows you to include formulas and tables
  12.     into your document in a professional manner and
  13.  b) TeX is a standard, you can write your text at home and
  14.     print it out everywhere.
  15.  
  16. But if you want to include any bitmap-graphics you will get problems
  17. because the needed \special-commands are *not* platform-independent.
  18.  
  19. Here  comes iff2eps in: It converts your IFF-bitmap into an EPSF-file
  20. which can be included into TeX-documents using dvips in a platform-
  21. independent manner.
  22. So you can translate and print out your document under AmigaDOS,
  23. UNIX, LINUX, DOS,... keeping all graphics.
  24. That's nice, isn't it ?
  25. .version
  26. 0.1
  27. .date
  28. 1995.07.17
  29. .author
  30. Andreas Maschke
  31. .address
  32. Zenkerstraße 5
  33. 06108 Halle/Saale
  34. Germany
  35. .email
  36. epgbc@cluster1.urz.Uni-Halle.DE
  37. .docs
  38. iff2eps.doc
  39. .described-by
  40. Dan Fish (daf@starfish.amigalib.com)
  41. .submittal
  42. Downloaded via ftp from wuarchive.wustl.edu.
  43. .execute
  44. set choice `RequestChoice "IFF to EPS" "Please select an option" "View Doc" "Cancel"`
  45. if $choice EQ "0"
  46.   quit 5
  47. endif
  48. if $choice EQ "1"
  49.   MetaTool iff2eps.doc TEXT
  50. endif
  51.