home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / text / tex / 10940 next >
Encoding:
Internet Message Format  |  1992-09-07  |  2.0 KB

  1. Path: sparky!uunet!pipex!unipalm!uknet!ieunet!ccvax.ucd.ie!pflynn
  2. From: pflynn@ccvax.ucd.ie (Peter Flynn, Official Muffin-sampler)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: DVI to HP problem - fonts?
  5. Message-ID: <1992Sep4.113704.49621@ccvax.ucd.ie>
  6. Date: 4 Sep 92 11:37:04 GMT
  7. References: <2SEP92142336@thisbe.ece.arizona.edu> <1992Sep3.192032.8916@cv.ruu.nl>
  8. Distribution: world,local
  9. Organization: University College Dublin
  10. Lines: 29
  11.  
  12. In article <1992Sep3.192032.8916@cv.ruu.nl>, koen@cv.ruu.nl (Koen Vincken) writes:
  13. > In <2SEP92142336@thisbe.ece.arizona.edu> chd@thisbe.ece.arizona.edu (Chris De Young) writes:
  14. >>I'm having a problem using DVIJET with TeX Version 3.1 [PD VMS 3.3/DECUS]....
  15. >>A few questions:
  16. [stuff deleted]
  17. >>%Font file [cmbx10 [mag 868]] could not be opened; 0 font files are open
  18. >>Proceeding with zero size characters for this font
  19. >>Current TeX page counters: [0]
  20.  
  21. > I had a similar problem. If you look carefully in one of the readme documents
  22. > (or one of the text-files, I believe) you can see that you have to set an
  23. > environment variable. Out of my head, I think it was TEXFONTS, or
  24. > something like that. Set it to your local tex-font directory where
  25. > dvijet looks for fonts (for instance, TEXFONTS=/usr/local/lib/tex/fonts/pk/)
  26. > If you don't have such font-directories, get them first from colleagues,
  27. > ftp-sites, whatever.
  28.  
  29. As you're using VMS, it's more likely to be the font file organisation.
  30. You can do it one of two ways, either one huge directory with all files
  31. at all \magsteps, names, eg, cmr10.300pk, cmr10.329pk etc, OR
  32. lots of different directories, each named with the numeric dot-density
  33. [.300], [.329] etc, and the files in them named like the PC ones, cmr10.pk
  34. etc. If you pick the second method, your tex_pk definition must end
  35. with a period before the closing "]", which implies the fonts are in 
  36. separate subdirectories, eg def/nolog tex_pk dua2:[tex.pkfonts.]
  37. Omitting the trailing period implies the first type of organisation.
  38.  
  39. ///Peter
  40.