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

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!news.u.washington.edu!blegga!howell
  2. From: howell@blegga.u.washington.edu (David Howell)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: How Do I Write a New Mode for Metafont?
  5. Message-ID: <1992Jul29.074158.28604@u.washington.edu>
  6. Date: 29 Jul 92 07:41:58 GMT
  7. Article-I.D.: u.1992Jul29.074158.28604
  8. References: <1992Jul28.184701.21757@u.washington.edu> <l7b7h0INNkif@ai.cs.utexas.edu>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington
  11. Lines: 37
  12.  
  13. tyen@cs.utexas.edu (Anthony Yen) writes:
  14.  
  15.  
  16. >TeX'rs:
  17.  
  18. >I have to add support to MakeTeXPK at our site for a LaserMaster 1200,
  19. >a 1200 dpi laser printer.  There exist modes for the Baby Linotronic
  20. >at 1270 dpi and the Linotronic at 2540 dpi, but I can't locate the
  21. >part of the source tree where modes are defined so I can roll my own.
  22. >Can someone please let me know on this group where in the distribution
  23. >tree of TeX for Unix I should go to?
  24.  
  25. Y'know, I just did this last week! As it turned out, my drivers
  26. absolutely refused to *use* the .pk files, but I did talk Metafont
  27. into generating *something.* 
  28.  
  29. I'm not sure it worked, however, since Metafont insisted that
  30. circle10 at magstep0 meant you had
  31. circle10.2607pk
  32. and Im sure that's not right. :)
  33.  
  34. However, the file containing the modes (on my machine at least)
  35. is...hmm, this may not help you...amiga.mf, and it's in the
  36. inputs directory. Needless to say, I'm running it on an Amiga.
  37.  
  38. Here's my entry:
  39.  
  40. mode_def lmtwelve =  % Lasermaster 1200                    
  41.  proofing:=0;      % no, we're not making proofs           
  42.  fontmaking:=1;      % yes, we are making a font           
  43.  tracingtitles:=0;      % no, don't show titles in the log 
  44.  pixels_per_inch:=1200;    %                               
  45.  blacker:=0;      % don't make the pens any blacker        
  46.  fillin:=0;        % and don't compensate for fillin       
  47.  o_correction:=0;        
  48.  aspect_ratio:=800/1200; % vertically it's 800 dpi.        
  49.  enddef;
  50.