diff options
author | rsc <devnull@localhost> | 2005-12-16 13:52:22 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-12-16 13:52:22 +0000 |
commit | ca88fc2556255ae34bf6a71c63b9a0d634c8708d (patch) | |
tree | d1ba1f5a8f3408e9a0e6a27151719d66febc4132 /lib/gv.resource | |
parent | c2eea0677da679d1074ba2eba0cf4ed8b2fbcff9 (diff) | |
download | plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.tar.gz plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.tar.bz2 plan9port-ca88fc2556255ae34bf6a71c63b9a0d634c8708d.zip |
more (Erik Quanstrom)
Diffstat (limited to 'lib/gv.resource')
-rw-r--r-- | lib/gv.resource | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/gv.resource b/lib/gv.resource index a5881c0a..8987b751 100644 --- a/lib/gv.resource +++ b/lib/gv.resource @@ -13,3 +13,12 @@ 4.000, 4.000 \n\ 8.000, 8.000 \n\ 10.00, 10.00 + +GV.gsQuiet: True +GV.gsSafer: False +GV.gsArguments: +GV.gsX11AlphaDevice: -sDEVICE=x11 -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -dMaxBitmap=10000000 -dNOPLATFONTS +GV.gsX11Device: -sDEVICE=x11 +GV.gsCmdConvPDF: gs -dNOPAUSE -dQUIET -dBATCH -sDEVICE=pswrite -sOutputFile='%s' -f '%s' -c save pop quit +GV.gsCmdScanPDF: gs -dNODISPLAY -dQUIET -sPDFname='%s' -sDSCname='%s' pdf2dsc.ps -c quit +GV.gsInterpreter: gs |