File: local.mf

package info (click to toggle)
dvi2ps 3.2j-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,380 kB
  • ctags: 1,896
  • sloc: ansic: 12,767; sh: 965; makefile: 270
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;