Mercurial > emacs
annotate etc/ps-prin3.ps @ 27596:742d957c3f30
etags
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 03 Feb 2000 12:00:56 +0000 |
parents | e0beb5cd0257 |
children | 16202d8d02cf |
rev | line source |
---|---|
27165 | 1 % === BEGIN ps-print prologue 3 |
2 | |
3 % --- duplex feature verification | |
4 1 | |
5 UseSetpagedevice { | |
6 {<< /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice} | |
7 }{ | |
8 {statusdict begin | |
9 DuplexValue setduplexmode TumbleValue settumble | |
10 end} | |
11 }ifelse | |
12 CheckConfig | |
13 | |
14 % === END ps-print prologue 3 |