tSeems like -swap is needed for landscape from dvips, which seems like a common case. - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit c8c0df440f1a22effd43023368c801e1351e31ed
DIR parent f69a6ff541fc1aba9cc5c968524306a52e8842f0
HTML Author: rsc <devnull@localhost>
Date: Sun, 22 Aug 2004 15:39:10 +0000
Seems like -swap is needed for landscape
from dvips, which seems like a common case.
Diffstat:
M bin/psv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/psv b/bin/psv
t@@ -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 "$@"