Re: Documentation

From: Joe Conway <mail(at)joeconway(dot)com>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Documentation
Date: 2003-04-22 00:48:42
Message-ID: 3EA4916A.9080304@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oliver Elphick wrote:
> On Mon, 2003-04-21 at 19:01, Joe Conway wrote:
>
>>How does one produce an A4 version? I'll gladly recreate the pdf's in A4
>>format (if I knew how without a lot of research).
>
> I think it is defined for your sgml installation. I have in
> /etc/sgml/docbook-dsssl/print/siteconfig.dsl:
>
> (define %paper-type% "A4") ;; set by debconf
>
>

On my RH 8 box I didn't find that file, but did find the setting in
/usr/share/sgml/docbook/dsssl-stylesheets/print/dbparam.dsl and changed
it to "A4" (was "USletter"). Unfortunately that didn't seem to make any
difference -- the pdfs built were still USletter.

There is probably a more preferred method, but I then modified
doc/src/sgml/stylesheet.dsl directly, adding
(define %paper-type% "A4")
and that seemed to work. The resulting pdfs are available here:
http://www.joeconway.com/

Let me know how they look.

HTH,

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-22 01:26:56 Re: stddev returns 0 when there is one row
Previous Message Jeff Eckermann 2003-04-21 22:56:31 Re: Time handling in pgsql.