% {\tt MF: \$VER PASTEX-MODES.MF 1.1 (28.1.95)}
%
% SYNOPSIS:
%    Most of the users of \MF~2.71 for the Amiga don't read the associated
%    documentation (well, this statement counts for the German users only,
%    there hasn't been trouble with English speaking users from Italy to
%    Finnland~$\ldots$, but maybe my English is better than my German?),
%    so there have been lots of questions why \MF~2.71 doesn't work with
%    `Pas\TeX' in the old-fashioned way.  The reason is that I (Andreas Scherer)
%    intended to use the `standard' distribution `{\tt modes.mf}' by Karl Berry
%    and not the special-purpose hack `{\tt pastex-modes.mf}' by Georg He{\ss}mann.
%    But obviously I have to give in and add the missing modes.  So here they are.
%
% AUTHOR:
%    Andreas Scherer
%    Roland-Stra{\ss}e 16
%    52070 Aachen, Germany
%    {\tt <scherer@genesis.informatik.rwth-aachen.de>}
%
%    A preliminary version called `{\tt showdvi-modes.mf}' containing only
%    the ShowDVI preview modes was submitted to me by Giuseppe Ghib\`o after
%    the November 1994 release.  Thanks, Giuseppe!

%%% def mode_def

% All printer modes for DVIPrint of Pas\TeX\ were already present in disguise:
truemac := mactrue;
bettermac := macmag;
epsonDraft := epsdraft; % ($120\times72$)
epsonLQHQ := lqmed; % ($360\times180$)
necHQ := nechi; % ($360\times360$)
necDraft := nec; % ($180\times180$)

% And the ShowDVI modes only have to receive different sizes:
mode_def FourFour =                % FourFour ($44\times44$) [really low-res {\tt :-)} ]
 mode_param (pixels_per_inch, 44); % too small to be really useful
 mode_param (blacker, 0.05);       % make pens a bit blacker (Who knows?)
 amiga_;
enddef;

mode_def EightThree =              % EightThree ($83\times83$)
 mode_param (pixels_per_inch, 83); % very small
 amiga_;
enddef;

mode_def NineOne =                 % NineOne ($91\times91$)
 mode_param (pixels_per_inch, 91); % small
 amiga_;
enddef;

OneZeroZero := amiga;

mode_def OneTwoZero =               % OneTwoZero ($120\times120$)
 mode_param (pixels_per_inch, 120); % large
 amiga_;
enddef;

% |localfont := OneTwoZero;|
% End of {\tt PASTEX-MODES.MF}.  Use `|localfont|' from `{\tt modes.mf}'.
%%\bye
