mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
12 lines
272 B
PostScript
12 lines
272 B
PostScript
% === BEGIN ps-print prologue 3
|
|
|
|
% --- duplex feature verification
|
|
UseSetpagedevice {
|
|
BMark /Duplex DuplexValue /Tumble TumbleValue EMark setpagedevice
|
|
}{
|
|
statusdict begin
|
|
DuplexValue setduplexmode TumbleValue settumble
|
|
end
|
|
}ifelse
|
|
|
|
% === END ps-print prologue 3
|