home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Amiga / Magazine / Dossier-LaTeX / AmiWeb2C.lha / metafont / modes / pastex-modes.mf < prev   
Text File  |  1995-01-28  |  2KB  |  61 lines

  1. % {\tt MF: \$VER PASTEX-MODES.MF 1.1 (28.1.95)}
  2. %
  3. % SYNOPSIS:
  4. %    Most of the users of \MF~2.71 for the Amiga don't read the associated
  5. %    documentation (well, this statement counts for the German users only,
  6. %    there hasn't been trouble with English speaking users from Italy to
  7. %    Finnland~$\ldots$, but maybe my English is better than my German?),
  8. %    so there have been lots of questions why \MF~2.71 doesn't work with
  9. %    `Pas\TeX' in the old-fashioned way.  The reason is that I (Andreas Scherer)
  10. %    intended to use the `standard' distribution `{\tt modes.mf}' by Karl Berry
  11. %    and not the special-purpose hack `{\tt pastex-modes.mf}' by Georg He{\ss}mann.
  12. %    But obviously I have to give in and add the missing modes.  So here they are.
  13. %
  14. % AUTHOR:
  15. %    Andreas Scherer
  16. %    Roland-Stra{\ss}e 16
  17. %    52070 Aachen, Germany
  18. %    {\tt <scherer@genesis.informatik.rwth-aachen.de>}
  19. %
  20. %    A preliminary version called `{\tt showdvi-modes.mf}' containing only
  21. %    the ShowDVI preview modes was submitted to me by Giuseppe Ghib\`o after
  22. %    the November 1994 release.  Thanks, Giuseppe!
  23.  
  24. %%% def mode_def
  25.  
  26. % All printer modes for DVIPrint of Pas\TeX\ were already present in disguise:
  27. truemac := mactrue;
  28. bettermac := macmag;
  29. epsonDraft := epsdraft; % ($120\times72$)
  30. epsonLQHQ := lqmed; % ($360\times180$)
  31. necHQ := nechi; % ($360\times360$)
  32. necDraft := nec; % ($180\times180$)
  33.  
  34. % And the ShowDVI modes only have to receive different sizes:
  35. mode_def FourFour =                % FourFour ($44\times44$) [really low-res {\tt :-)} ]
  36.  mode_param (pixels_per_inch, 44); % too small to be really useful
  37.  mode_param (blacker, 0.05);       % make pens a bit blacker (Who knows?)
  38.  amiga_;
  39. enddef;
  40.  
  41. mode_def EightThree =              % EightThree ($83\times83$)
  42.  mode_param (pixels_per_inch, 83); % very small
  43.  amiga_;
  44. enddef;
  45.  
  46. mode_def NineOne =                 % NineOne ($91\times91$)
  47.  mode_param (pixels_per_inch, 91); % small
  48.  amiga_;
  49. enddef;
  50.  
  51. OneZeroZero := amiga;
  52.  
  53. mode_def OneTwoZero =               % OneTwoZero ($120\times120$)
  54.  mode_param (pixels_per_inch, 120); % large
  55.  amiga_;
  56. enddef;
  57.  
  58. % |localfont := OneTwoZero;|
  59. % End of {\tt PASTEX-MODES.MF}.  Use `|localfont|' from `{\tt modes.mf}'.
  60. %%\bye
  61.