386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 23 Jun 1991 22:16:50 +0000 (14:16 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 23 Jun 1991 22:16:50 +0000 (14:16 -0800)
Work on file usr/othersrc/public/ghostscript-2.4.1/landscap.ps

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/othersrc/public/ghostscript-2.4.1/landscap.ps [new file with mode: 0644]

diff --git a/usr/othersrc/public/ghostscript-2.4.1/landscap.ps b/usr/othersrc/public/ghostscript-2.4.1/landscap.ps
new file mode 100644 (file)
index 0000000..bc51caf
--- /dev/null
@@ -0,0 +1,8 @@
+% A small prologue for displaying landscape-mode files.
+
+       clippath pathbbox
+       4 dict begin
+       /ury exch def /urx exch def /lly exch def /llx exch def
+       90 rotate
+       ury urx sub llx ury add neg translate
+       end