We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884860b commit 49f2650Copy full SHA for 49f2650
doc/src/sgml/stylesheet-fo.xsl
@@ -10,6 +10,12 @@
10
<xsl:param name="tablecolumns.extension" select="0"></xsl:param>
11
<xsl:param name="toc.max.depth">3</xsl:param>
12
<xsl:param name="ulink.footnotes" select="1"></xsl:param>
13
+
14
+<!-- The release notes have too many ulinks to look good as footnotes in print mode -->
15
+<xsl:template match="sect1[starts-with(@id, 'release-')]//ulink[starts-with(@url, 'https://postgr.es/c/')]">
16
+ <!-- Do nothing for ulink to avoid footnotes -->
17
+</xsl:template>
18
19
<xsl:param name="use.extensions" select="1"></xsl:param>
20
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param>
21
<xsl:param name="orderedlist.label.width">1.5em</xsl:param>
0 commit comments