Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths
Date
Msg-id 77e47fd3-5bdf-4e37-a377-511383102b44@eisentraut.org
Whole thread Raw
In response to Re: [PATCH] Proposal: Improvements to PDF stylesheet and table column widths  (Noboru Saito <noborusai@gmail.com>)
List 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.




pgsql-hackers by date:

Previous
From: Suraj Kharage
Date:
Subject: Re: Potential issue in listExtensions()
Next
From: Dilip Kumar
Date:
Subject: Re: Fix slot synchronization with two_phase decoding enabled