[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#80204: marked as done (ps2epsi does not put correct BoundingBox if figure-size>A4)



Your message dated Fri, 4 Feb 2011 17:42:59 +0100
with message-id <201102041743.02118.roucaries.bastien@gmail.com>
and subject line Done: ps2epsi does not put correct BoundingBox if figure-size>A4
has caused the Debian Bug report #80204,
regarding ps2epsi does not put correct BoundingBox if figure-size>A4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
80204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=80204
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gs
Version: 5.10-10.1

  If a ps-figure is larger than A4 the BoundingBox reported by 
  ps2epsi is too small.  It seems that the largest BoundingBox
  reported is just the A4 papersize.  

  I suggest that the ps2epsi script be corrected by adding the option
  -sPAPERSIZE=a0 to the 'gs' command (called in ps2epsi).  Even though
  this does not solve the problem in general, it solves the problem
  for most cases, since a ps-figure larger than a0 might be not so
  common.  Maybe there is a better way to do it...

  I am using Debian GNU/Linux 2.2.


> diff /usr/bin/ps2epsi ~/bin/ps2epsi
53c53
< gs -q -dNOPAUSE -r72 -sDEVICE=bit -sOutputFile=/dev/null $tmpfile ps2epsi.ps $tmpfile <${infile} 1>&2
---
> gs -q -sPAPERSIZE=a0 -dNOPAUSE -r72 -sDEVICE=bit -sOutputFile=/dev/null $tmpfile ps2epsi.ps $tmpfile <${infile} 1>&2








--- End Message ---
--- Begin Message ---
Package: gs-common
Version: 8.71~dfsg2-9

My ps2epsi compute automatically the bounding box




--- End Message ---

Reply to: