mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-05 05:21:26 -08: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
|