Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Noboru Saito <noborusai(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths
Date: 2025-06-05 09:15:55
Message-ID: 77e47fd3-5bdf-4e37-a377-511383102b44@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 30.05.25 01:06, Noboru Saito wrote:
> 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.

I agree with this change.

I don't necessarily care about the page count change, but I just find
the output easier to read without the indentation.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2025-06-05 09:23:21 Re: Fix slot synchronization with two_phase decoding enabled
Previous Message Suraj Kharage 2025-06-05 08:57:35 Re: Potential issue in listExtensions()