home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Tex / Dvi / dvieps.arc / README.ST < prev    next >
Text File  |  1988-11-05  |  3KB  |  56 lines

  1.  
  2.             DVIEPS for Atari ST
  3.  
  4. Here's a DVI file to Epson dumper.  This program is part of the family
  5. of DVI drivers available from the DVI archives at SCIENCE.UTAH.EDU.
  6.  
  7. There didn't seem to be any doc available, at least I didn't see any
  8. when I grabbed this stuff out of the archives.  Basically, you just
  9. say "dvieps foobar" at your favorite CLI.  That'll look for
  10. "foobar.dvi" and produce "foobar.eps", which can be dumped straight to
  11. your Epson-compatible printer.  Other options that are interesting
  12. are: -p#[:#[:#]] for selective page printing, and -z for output
  13. straight to the printer, rather than going to a file.  That's
  14. particularly useful for .eps files, as they're enourmous; ~350K/page
  15. (!).  There are a bunch of other options, for alternate scaling, font
  16. substitution files etc.  Look at the code (OPTION.H) for more detail. 
  17.  
  18. There's another variant of the same program dvie72, which works just
  19. like dvieps except that it produces output for 72dpi mode, as opposed
  20. to 240dpi mode.  That one doesn't seem to work right; the output's
  21. always too wide on my Panasonic 1080i; but it could be that the
  22. Panasonic's not quite like an Epson, or that I've got the wrong fonts
  23. or something.
  24.  
  25. Fonts are expected to be arranged using the same scheme as DVIST; ie
  26. under your root font directory, you should have directories named the
  27. names of the fonts, and in those, font files with names of the form
  28. "96PK" or whatever.  Run the program with -d32767 to see a log of all
  29. the font files it tries to open.  I have included no fonts with this
  30. distribution, as they're available from lots of other places.  If you
  31. want to make up a set of fonts for it, dvieps expects a default
  32. magnification of 1200 (I think that's the same as 240dpi) and dvie72
  33. expects 72dpi.
  34.  
  35. Setting up:  
  36. Unpack the executables from the archive.
  37. Alter your startup file to define env var 'TEXFONTS' to point to the
  38. root directory of your tex fonts.  Note that, in keeping with
  39. Eunuchs-itis, the maximum level of incompatibility is maintained with
  40. other TeX-family programs; you can't specify a search path here, it
  41. must be a directory.  I fixed things so that it doesn't matter whether
  42. you include the trailing backslash or not, but there was no quick fix
  43. to implement search paths, so I didn't bother.  Maybe later.  In any
  44. event, I've included my SETUPTEX.G as an example.
  45.  
  46. Finally, I've included a little frobule called EPS, for dumping .eps
  47. files to the printer.  This seems to be necessary when running gulam,
  48. as it insists on corrupting the data on its way to the printer.
  49.  
  50. All this stuff was built with GCC 1.25.
  51.  
  52. Enjoy!
  53.  
  54. JRD
  55.  
  56.