From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | Devrim GUNDUZ <devrim(at)CommandPrompt(dot)com> |
Cc: | pgsql-docs(at)postgresql(dot)org, pgsql-www(at)postgresql(dot)org |
Subject: | Re: 8.2.0 pdf |
Date: | 2006-12-07 11:29:05 |
Message-ID: | Pine.BSO.4.64.0612070623380.17159@leary2.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-patches pgsql-www |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Javier Molina | 2006-12-07 13:39:39 | Re: 8.2.0 pdf |
Previous Message | Devrim GUNDUZ | 2006-12-07 11:18:45 | Re: 8.2.0 pdf |
From | Date | Subject | |
---|---|---|---|
Next Message | Takayuki Tsunakawa | 2006-12-07 12:19:29 | Re: Load distributed checkpoint |
Previous Message | Devrim GUNDUZ | 2006-12-07 11:18:45 | Re: 8.2.0 pdf |
From | Date | Subject | |
---|---|---|---|
Next Message | Ragnar | 2006-12-07 12:26:04 | Re: Online index builds |
Previous Message | Devrim GUNDUZ | 2006-12-07 11:18:45 | Re: 8.2.0 pdf |