From: | "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com> |
---|---|
To: | 'Noboru Saito' <noborusai(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | RE: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths |
Date: | 2025-05-30 04:26:47 |
Message-ID: | OSCPR01MB149666FD6A5DA5724A43DED62F561A@OSCPR01MB14966.jpnprd01.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Dear Saito-san,
> Since my previous email included many changes and may have been
> difficult to review, I would like to propose a much simpler change
> this time.
I feel this is a reasonable approach. If needed, you can create set of patches
and can discuss from 0001. See [1].
> I suggest setting both body.start.indent and body.end.indent to 0 in
> stylesheet-fo.xsl as follows:
>
> <xsl:param name="body.start.indent">0</xsl:param>
> <xsl:param name="body.end.indent">0</xsl:param>
>
> This change maximizes the usable width of each page in the generated
> PDF documentation. As a result, the total number of pages is reduced
> from 3095 to 2960, making the PDF more compact and easier to read.
Sounds great.
> For your reference, I have attached a screenshot comparing the
> current and proposed layouts.
To confirm, generated pdf with current setting is left slide, and it would
become like right side, is it correct? I prefer right one.
[1]: https://git-scm.com/docs/git-format-patch
Best regards,
Hayato Kuroda
FUJITSU LIMITED
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2025-05-30 04:38:30 | Re: Proposal: Make cfbot fail on patches not created by "git format-patch" |
Previous Message | Ashutosh Bapat | 2025-05-30 04:18:52 | Re: Proposal: Make cfbot fail on patches not created by "git format-patch" |