minor fixes to backend_ps

Hello,

I had a look at the backend_ps.py file and found that the generated
PostScript has some problems. The appended patch tries to bring the
generated output a little bit closer to the behaviour described in the
"PostScript Language Document Structuring Conventions Specification"
as found at

    http://partners.adobe.com/asn/developer/pdfs/tn/5001.DSC_Spec.pdf

I hope this helps,
Jochen

zzz-patch (2.15 KB)

···

--
http://seehuhn.de/

Hello,

···

On Mon, Oct 18, 2004 at 10:19:33PM +0100, Jochen Voss wrote:

-%%BeginProlog
+%%%%BeginProlog
/inch {72 mul} def
%%%%EndProlog
"""

does anybody know: is the "inch" thing actually used anywhere?
Maybe it should just be removed.

All the best,
Jochen
--