Your message dated Mon, 15 Aug 2011 21:31:21 +0200
with message-id <[email protected]>
and subject line Closing #236049 (ps2eps: output each page of a ps file to a
separate eps file)
has caused the Debian Bug report #236049,
regarding wishlist: output each page of a ps file to a separate eps file
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 [email protected]
immediately.)
--
236049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236049
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ps2eps
Version: 1.47-1
Severity: wishlist
I have the need to create many small eps files that are mostly excerpts
from a much larger work. In particular, I wish to take equations
formatted by LaTeX and turn them into eps files.
For this purpose, it would be most convenient if all of the equations
were in a single file, separating each section by a manual page break.
For the present, I use the following inefficient hackerly bash script:
let i=1
set -e
while true; do
echo "Processing page $i."
( psselect -p$i $1 | ps2eps --loose > ${1%.ps}_$i.eps ) 2>&1 | grep
"Wrote 1 pages" > /dev/null
let i++
done
I might give it a shot if I knew perl ... only python here.
Thank you -- Glen Mabey
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.0-1-686
Locale: LANG=C, LC_CTYPE=C
Versions of packages ps2eps depends on:
ii gs 7.07-1 The Ghostscript Postscript interpr
ii gs-esp [gs] 7.07.1-1 The Ghostscript Postscript interpr
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
ii perl 5.8.3-2 Larry Wall's Practical Extraction
-- no debconf information
--- End Message ---
--- Begin Message ---
Hello,
This bug was forwarded to upstream some years ago, but there was no update
here, so I re-asked to upstream what was the status. Here is his answer:
2011-08-12, 22:50:16, Roland Bless wrote:
> I also responded to Raphael:
> "I'll not embed this feature as there exists the mentioned workaround
> using psutils."
> the man page contains the hint:
> Please note that PostScript files for input should contain only
> one single page (you can possibly use the psselect from the
> psutils package to extract a single page from a document that
> contains multiple pages).
>
> The problem is that postscript code is usually fragile
> and sometimes it breaks if you split up pages. I'll better
> let psselect do this task.
Since the manpage documents the workaround, I'm closing this bug.
Cheers,
Matteo
signature.asc
Description: This is a digitally signed message part.
--- End Message ---