aboutsummaryrefslogtreecommitdiffstats
path: root/etc/ps-prin3.ps
blob: c1da3503a7893c4a395e775fe527daa658f4bb8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
% === BEGIN ps-print prologue 3

% --- duplex feature verification
1
UseSetpagedevice {
  {<< /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice}
}{
  {statusdict begin
    DuplexValue setduplexmode TumbleValue settumble
   end}
}ifelse
CheckConfig

% === END ps-print prologue 3