Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences
Дата
Msg-id 20230315085521.1455aeb1@slate.karlpinc.com
обсуждение исходный текст
Ответ на Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences
Список pgsql-www
On Wed, 15 Mar 2023 09:41:27 +0100
Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:

> Actually, the 0001 patch hadn't been fully committed yet ... I had
> only added the CSS tweaks.  I have now pushed the addition of the
> tables to the SGML sources, with minor tag changes: I found that with
> the <simplelist> outside of any <para>, the list was too close to the
> next paragraph, which looked a bit ugly.  I put the list inside the
> <para> that explains what the list is.  It looks good with PDF,
> website-HTML and plain-HTML rendering now; didn't look at other
> output formats. So, the CF entry being marked committed is now
> correct as far as I'm concerned.

Thanks for noticing that.  (I'd always vaguely wondered about
lists being inside v.s. outside of paragraphs.  There must be other
places in the docs where this matters.  ?)

> > There remains an un-committed patch from this thread/commitfest
> > entry:  
> 
> > diff --git a/doc/src/sgml/stylesheet-fo.xsl
> > b/doc/src/sgml/stylesheet-fo.xsl index 0c4dff92c4..68a46f9e24 100644
> > --- a/doc/src/sgml/stylesheet-fo.xsl
> > +++ b/doc/src/sgml/stylesheet-fo.xsl  
> 
> > +<!-- Every sect1 in the contrib appendix gets a page break -->
> > +<xsl:template match="id('contrib')/sect1">
> > +  <fo:block break-after='page'/>
> > +  <xsl:apply-imports/>
> > +</xsl:template>  
> 
> Yeah, I think this one achieves what I wanted and isn't a maintenance
> burden, but I would like to hear from other CSS people.  I guess I
> could just commit it and see what complaints I get (probably none).

FWIW, this patch is not to CSS.  It's XSLT and affects only the PDF
generation.

(The patch is a response to your "aside" and remarks regarding a
separate thread, here:
https://www.postgresql.org/message-id/20230118173447.aegjdk3girgkqu2g%40alvherre.pgsql
)

Regards,

Karl <kop@karlpinc.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Doc: Rework contrib appendix -- informative titles, tweaked sentences
Следующее
От: Soporte POSTGRES Canarias
Дата:
Сообщение: Questions