Re: 8.2.0 pdf

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: 8.2.0 pdf
Дата
Msg-id Pine.BSO.4.64.0612070623380.17159@leary2.csoft.net
обсуждение исходный текст
Ответ на Re: 8.2.0 pdf  (Devrim GUNDUZ <devrim@CommandPrompt.com>)
Ответы Re: 8.2.0 pdf  (Peter Eisentraut <peter_e@gmx.net>)
Список 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

В списке pgsql-www по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: 8.2.0 pdf
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Broken link to 8.2 release notes