public inbox for [email protected]
help / color / mirror / Atom feedFrom: Kris Jurka <[email protected]>
To: Devrim GUNDUZ <[email protected]>
Cc: [email protected]
Cc: [email protected]
Subject: Re: 8.2.0 pdf
Date: Thu, 7 Dec 2006 06:29:05 -0500 (EST)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
On Thu, 7 Dec 2006, Devrim GUNDUZ wrote:
> BTW, I first built A4 pdf by running "make postgres.pdf" . Then per a
> suggestion at #postgresql, I converted it to ps by ps2pdf. Then, I ran:
>
> ps2pdf -paper letter postgres.ps
>
> to convert it to US format. Is it the right way to do that?
>
No, converting to postscript loses all the PDF formatting goodness that
makes it readable instead of just printable.
I edited
/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbparam.dsl and
changed
(define %paper-type% "A4")
to
(define %paper-type% "USletter")
and rerunning the entire multi-day generation.
Surely this isn't ideal and the correct way to do this is to set it in a
stylesheet or pass it in some other way, but this worked for me.
Kris Jurka
view thread (22+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: 8.2.0 pdf
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox