Path: utzoo!attcan!uunet!ncrlnk!ncrcae!ece-csc!mcnc!gatech!uflorida!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!sm.unisys.com!sdcsmb!sea!eggert From: eggert@sm.unisys.com (Paul Eggert) Newsgroups: comp.text Subject: Re: landscape mode with Transcript? Message-ID: Date: 5 Nov 88 03:16:03 GMT References: <3355@emory.uucp> Organization: Unisys Santa Monica Lines: 21 Ken Mandelberg asked for a psroff landscape mode. Here are patches for Adobe TranScript 2.1; say ``psroff -Land''. *** psroff.bsd2.2 Fri Nov 4 19:03:56 1988 --- psroff.bsd Thu Feb 18 19:00:03 1988 *************** *** 21,24 **** --- 21,25 ---- while test $# != 0 do case "$1" in + -Land) psdit="$psdit -p/psdit.proLand";; -t) nospool=1 ;; -Tpsc) ;; *** psdit.pro Thu Mar 17 17:53:53 1988 --- psdit.proLand Fri Mar 18 02:05:44 1988 *************** *** 91 **** ! /xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto --- 91 ---- ! /xi {72 8.5 mul 72 11 mul translate -90 rotate 72 resolution div dup neg scale 0 0 moveto