File: local.mf

package info (click to toggle)
dvi2ps 3.0a1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,392 kB
  • ctags: 1,750
  • sloc: ansic: 11,699; sh: 277; makefile: 235
file content (17 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% RICOH SP10PS/LP7200-UX
mode_def ricohsp = 
  mode_param (pixels_per_inch, 600);
  mode_param (blacker, .0);
  mode_param (fillin, 0.2);
  mode_param (o_correction, .6);
  mode_common_setup_;
enddef;

% NEC PC-PR602PS/3000PS mode: (same as Canon CX but pixels_per_inch)
mode_def necps =
  mode_param (pixels_per_inch, 320);
  mode_param (blacker, .0);
  mode_param (fillin, 0.2);
  mode_param (o_correction, .8);
  mode_common_setup_;
enddef;