]> andersk Git - moira.git/commitdiff
double-sided printing
authormar <mar>
Fri, 27 Aug 1993 10:55:08 +0000 (10:55 +0000)
committermar <mar>
Fri, 27 Aug 1993 10:55:08 +0000 (10:55 +0000)
gen/letter.template

index 44a70245c460825e7aef007fe8f24087ee118a91..e5cf2f3cd270a9b176e6f2000bd92a540b109d23 100644 (file)
@@ -1,7 +1,9 @@
 %!
 %%Page: 1 1
-% switch to color papertray
-1 statusdict /setpapertray get exec
+% Turn on double-sided printing for HP4mx printers
+%%BeginFeature *Duplex True
+<< /Duplex true >> setpagedevice
+%%EndFeature
 
 /Times-Roman findfont 10 scalefont setfont
 92 708 moveto(Athena User Accounts)show
@@ -16,8 +18,6 @@
 showpage
 
 %%Page: 2 2
-% switch back to white paper
-3 statusdict /setpapertray get exec
 
 /Times-Roman findfont 12 scalefont setfont
 92 678 moveto(From: Information Systems)show
This page took 0.051677 seconds and 5 git commands to generate.