home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / tex / 15504 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.1 KB  |  52 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!fawlty6.eng.monash.edu.au!rjl
  3. From: rjl@fawlty6.eng.monash.edu.au (Russell Lang)
  4. Subject: Re: need help in dvips (dos-version)
  5. Message-ID: <rjl.728174492@fawlty6.eng.monash.edu.au>
  6. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  7. Organization: Monash University, Melb., Australia.
  8. References: <1993Jan26.203659.19059@leland.Stanford.EDU> <1993Jan26.224902.4242@colorado.edu>
  9. Date: Wed, 27 Jan 1993 22:41:32 GMT
  10. Lines: 40
  11.  
  12. dbeeman@dogstar.Colorado.edu (Dave Beeman) writes:
  13.  
  14. >In article <1993Jan26.203659.19059@leland.Stanford.EDU>, ruediger@leland.Stanford.EDU (ruediger dung) writes:
  15.  
  16. >|> I'm using EMTeX which works fine on my PC.
  17. >|> I've also installed the dos-version of DVIPS.
  18. >|> Using the command 'dvidrv dvips foo[.dvi]' leads
  19. >|> only to the remark that this command is not known.
  20.  
  21. >I was puzzled by this also.  I suspect that this command is an error in the
  22. >documentation for dvips, as the dvidrv package has dviscr.exe, dvidot.exe,
  23. >etc., but no dvidrv.exe.
  24.  
  25. dvidrv is part of the beta test version of the dvidrv package.
  26. Try getting betatest/dvidrv_14s.zip.
  27.  
  28. >Can someone clarify what was meant in the
  29. >documentation?  I run dvips in order to generate the dvips.mfj file, then
  30. >run "mfjob dvips" to generate any needed fonts, and finally run "dviscr" to
  31. >preview the dvi file.  I suspect that there is an easier way!
  32.  
  33. The easier way is to use dvidrv to automate it.
  34. v.bat says something like
  35.    dvidrv dviscr %1 %2 %3 %4 ...
  36. This works as follows:
  37. 1. dvidrv is a short program that calls 'dviscr -pjdv1.mfj %1 %2 %3 %4'
  38.    where dv1.mfj is the name of a temporary mfjob file.
  39. 2. If there are missing fonts, dviscr writes dv1.mfj and 
  40.    exits with errorlevel 8.  
  41. 3. dvidrv then calls mfjob with dv1.mfj
  42. 4. dvidrv then calls dviscr again.
  43.  
  44. Of course, the above only works with the betatest versions of dviscr,
  45. dvidot etc.
  46. dvips does the same thing if called with 'dvidrv dvips ...'
  47.  
  48. -- 
  49. Russell Lang   Email: rjl@fawlty4.eng.monash.edu.au   Phone: (03) 565 3460
  50. Department of Electrical and Computer Systems Engineering
  51. Monash University, Australia
  52.