home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / wizards / 4628 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.8 KB

  1. Path: sparky!uunet!mcsun!uknet!comlab.ox.ac.uk!bush
  2. From: bush@ecs.ox.ac.uk (Mark Bush)
  3. Newsgroups: comp.unix.wizards
  4. Subject: Re: Any TeX (compilation) Gurus out there?
  5. Keywords: TeX, make
  6. Message-ID: <1992Nov12.153816.1910@thom5.ecs.ox.ac.uk>
  7. Date: 12 Nov 92 15:38:16 GMT
  8. References: <BxKJK0.8Mr@mentor.cc.purdue.edu>
  9. Organization: Oxford University Computing Laboratory
  10. Lines: 35
  11. Originator: bush@thom5.ecs.ox.ac.uk
  12.  
  13. In article <BxKJK0.8Mr@mentor.cc.purdue.edu> parson@pop.stat.purdue.edu (Eric Parson) writes:
  14. #get MF to process the plain.mf file, but in the 'Makefile' command file,
  15. #it displays the line:
  16. #    inimf plain; input modes; dump
  17. #Well, it gets through the inimf, but fails the input.  Now there aren't that
  18. #many copies of files with the name 'modes' in them (two to be precise, and 
  19. #one is amsmodes.mf), thus I thought that moving a copy of modes.mf from the
  20. #input directory would solve my problem.  It didn't.  Now I don't know what 
  21. #else to do.  
  22.  
  23. In what manner didn't it?
  24.  
  25. From README.WEB2C:
  26.  
  27. ------------------------------------
  28. 10. `make bases' to make the base files for Metafont that you want.
  29.     Besides the variable `bases' in ./Makefile, you may also want to
  30.     change the variable `localmodes'.  It is also a good idea to try to
  31. ------------------------------------
  32.  
  33. and from ./Makefile:
  34.  
  35. ------------------------------------
  36. # The name of the file that defines your local devices, for use with
  37. # Metafont.  (Only relevant during `make bases'.)  I urge you to get the
  38. # file `modes.mf', which defines all known modes, plus useful
  39. # definitions for all fonts.  It's available from ftp.cs.umb.edu
  40. # [192.12.26.23] as pub/tex/modes.mf, among other places.
  41. localmodes=modes
  42. ------------------------------------
  43.  
  44. You should place a copy of this into the area you have defined in lib/site.h
  45. as the value of MFINPUTS.
  46.  
  47. Mark
  48.