Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30e9f26

Browse files
committed
doc/PDF: Add page breaks for <sect1> in contrib appendix
This better separates the content for each extension/module.Author: Karl Pinc <kop@karlpinc.com>Discussion:https://postgr.es/m/20230120142225.3d3be8a3@slate.karlpinc.com
1 parent19d8e23 commit30e9f26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/stylesheet-fo.xsl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
</fo:inline>
7070
</xsl:template>
7171

72+
<!-- Make every sect1 in contrib get a page break-->
73+
<xsl:templatematch="id('contrib')/sect1">
74+
<fo:blockbreak-after='page'/>
75+
<xsl:apply-imports/>
76+
</xsl:template>
77+
7278
<!-- formatting for entries in tables of functions-->
7379
<xsl:templatematch="entry[@role='func_table_entry']/para">
7480
<fo:blockmargin-left="4em"text-align="left">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp