commit c8c0df440f1a22effd43023368c801e1351e31ed from: rsc date: Sun Aug 22 15:39:10 2004 UTC Seems like -swap is needed for landscape from dvips, which seems like a common case. commit - f69a6ff541fc1aba9cc5c968524306a52e8842f0 commit + c8c0df440f1a22effd43023368c801e1351e31ed blob - 8792c11a30edfffbd4fc932a9e7491d3b2452c09 blob + fe2988dd05692b81dd50ade17f8c36d856b84201 --- bin/psv +++ bin/psv @@ -1,3 +1,3 @@ #!/bin/sh -gv -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@" +gv -swap -style $PLAN9/lib/gv.style -ad $PLAN9/lib/gv.resource "$@"