home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9460 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!cs.utexas.edu!news
  2. From: swisher@cs.utexas.edu (Janet M. Swisher)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Help w/ emTeX (actually dvips)
  5. Message-ID: <l6u9hmINN4nv@boogie.cs.utexas.edu>
  6. Date: 23 Jul 92 21:35:50 GMT
  7. References: <9207161625.AA42074@aix3.ema.com> <MOSS.92Jul17101308@ibis.cs.umass> <rjl.711870398@fawlty6.eng.monash.edu.au>
  8. Organization: CS Dept, University of Texas at Austin
  9. Lines: 38
  10. NNTP-Posting-Host: boogie.cs.utexas.edu
  11.  
  12. In article <rjl.711870398@fawlty6.eng.monash.edu.au>
  13. rjl@fawlty6.eng.monash.edu.au (Russell Lang) writes:
  14.  
  15. >IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT 
  16. >
  17. >For people who are having problems with dvips,
  18. >
  19. >      Read the section of dvips.tex titled 'Diagnosing Problems'
  20. >      and its subsection 'Debug Options'.
  21. >
  22. >This describes the 'dvips -d-1' option which is invaluable for
  23. >finding why dvips can't find the right files.
  24.  
  25. I have run dvips with the -d-1 option, and am confused by what it
  26. tells me.  
  27.  
  28. For instance:
  29.  
  30.     Trying to open c:\texfonts\lj_0.fli
  31.     <c:\texfonts\lj_0.fli(rb)> failed
  32.  
  33. and so on for the other lj_*.fli files.  Then later:
  34.  
  35.     Trying to open c:\texfonts\300\cmr10.pk
  36.     <c:\texfonts\300\cmr10.pk(rb)> failed
  37.  
  38. These files *do* exist, and dvips seems to be correctly interpreting
  39. the lines in my config.ps on what directories to find them in.  So why
  40. is dvips failing to open them?  What does the (rb) signify, and does
  41. it have anything to do with this problem?
  42.  
  43. The relevent lines from my config.ps are:
  44.  
  45.     P c:\texfonts\%d\%f.%p
  46.     L c:\texfonts\;lj_0;lj_h;lj_1;lj_2;lj_3;lj_4;lj_5a;lj_5b;lj_sli
  47.  
  48.  
  49. Any help is appreciated.
  50.