Mercurial > emacs
annotate etc/ps-prin3.ps @ 29195:1da5b007c8c5
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 May 2000 16:31:09 +0000 |
parents | 3305d83568ea |
children | 0763a6ed0743 |
rev | line source |
---|---|
27165 | 1 % === BEGIN ps-print prologue 3 |
2 | |
3 % --- duplex feature verification | |
4 UseSetpagedevice { | |
28763
3305d83568ea
PostScript level 1 compatibility.
Gerd Moellmann <gerd@gnu.org>
parents:
28154
diff
changeset
|
5 BMark /Duplex DuplexValue /Tumble TumbleValue EMark setpagedevice |
27165 | 6 }{ |
28154 | 7 statusdict begin |
8 DuplexValue setduplexmode TumbleValue settumble | |
9 end | |
27165 | 10 }ifelse |
11 | |
12 % === END ps-print prologue 3 |