[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
two modes
Attached is a file containing modes developed for HPLaserJet2100T/TN
printers which could be considered for inclusion in "modes.mf"
Keep well!
Niko Sauer
Unit of Advanced Study
University of Pretoria
Pretoria 0002
South Africa
% {\tt Niko Sauer <nikos@friedrichs.up.ac.za>}, 11 October 2000.
% Here are modes developed for and tested on the HP LaserJet 2100T/TN.
% ljtozz is for a resolution of 1200dpi, and ljtozzfr for 600dpi
% (the latter with enhancement). Tradeoffs between |fillin| and |blacker|
% resulted in very clear, sharp renderings of Computer Modern fonts.
%
mode_def ljtozz = %\[ HP LaserJet 2100T/TN (1200dpi)
mode_param (pixels_per_inch, 1200);
mode_param (blacker, .7);
mode_param (fillin, .15);
mode_param (o_correction, 1);
mode_common_setup_;
enddef;
laserjettwoonezerozero:=ljtozz;
%
mode_def ljtozzfr = %\[ HP LaserJet 2100T/TN (600dpi)
mode_param (pixels_per_inch, 600);
mode_param (blacker, .25);
mode_param (fillin, .3);
mode_param (o_correction, 1);
mode_common_setup_;
enddef;
laserjettwoonezerozerofastres=ljtozzfr;
%