]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Add letter size paper handling to ps2gax.gs script. Bugzilla id 43,
authorRobert Colquhoun <rjc@trump.net.au>
Mon, 4 Sep 2000 03:32:39 +0000 (03:32 +0000)
committerRobert Colquhoun <rjc@trump.net.au>
Mon, 4 Sep 2000 03:32:39 +0000 (03:32 +0000)
report and fix by Marc Boucher(marc@mbsi.ca)

util/ps2fax.gs.sh

index 5961e9969d40060ac795ca22c28217ff600b7532..4038ce80e7782835de6ef0f12dba3383429baf27 100644 (file)
@@ -88,6 +88,8 @@ test -z "$fil" && fil="-"             # read from stdin
 case "${pagewidth}x${pagelength}" in
 1728x280|1728x279)             # 279.4mm is actually correct...
     paper=letter;;
+1728x364) 
+    paper=legal;;
 *x296|*x297)                   # more roundoff problems...
     paper=a4;;
 *x364)