home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9431 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.9 KB  |  46 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: Help w/ emTeX (actually dvips)
  5. Message-ID: <rjl.711870398@fawlty6.eng.monash.edu.au>
  6. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  7. Organization: Monash University, Melb., Australia.
  8. References: <9207161625.AA42074@aix3.ema.com> <MOSS.92Jul17101308@ibis.cs.umass>
  9. Date: Thu, 23 Jul 1992 05:46:38 GMT
  10. Lines: 34
  11.  
  12. moss@cs.umass.edu writes:
  13.  
  14. >I have found that at least some versions of dvips do arbitrarily bad things
  15. >with long lines in config.ps (I was trying to list all my font library files,
  16. >which I made myself, and there are over ten of them, but I found that I could
  17. >give the directory as an item and then use short names; this still broke with
  18. >an older dvips, but the latest dvips386 swallos it fine).
  19.  
  20. 'Some versions' means dvips 5.47 or earlier.
  21. dvips 5.47 tries to load all font library files listed and leave them
  22. open.  However most MSDOS C compilers limit the number of open files 
  23. to 20, of which 5 are used for stdin, stdout, stderr, stdaux, stdprn, 
  24. another three are used for input file, output file, and header file, 
  25. which leaves a limit of 12 files for font libraries.
  26.  
  27. Later versions (including all Windows and 386 versions) keep only the 
  28. 4 most recently used font libraries open, for people who have enough 
  29. disk space to leave more than 12 font libraries lying around.
  30.  
  31.  
  32. IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT IMPORTANT 
  33.  
  34. For people who are having problems with dvips,
  35.  
  36.       Read the section of dvips.tex titled 'Diagnosing Problems'
  37.       and its subsection 'Debug Options'.
  38.  
  39. This describes the 'dvips -d-1' option which is invaluable for
  40. finding why dvips can't find the right files.
  41.  
  42. -- 
  43. Russell Lang   Email: rjl@fawlty4.eng.monash.edu.au   Phone: (03) 565 3460
  44. Department of Electrical and Computer Systems Engineering
  45. Monash University, Australia
  46.