|
|
@ -10,6 +10,12 @@ |
|
|
|
<xsl:param name="tablecolumns.extension" select="0"></xsl:param> |
|
|
|
<xsl:param name="tablecolumns.extension" select="0"></xsl:param> |
|
|
|
<xsl:param name="toc.max.depth">3</xsl:param> |
|
|
|
<xsl:param name="toc.max.depth">3</xsl:param> |
|
|
|
<xsl:param name="ulink.footnotes" select="1"></xsl:param> |
|
|
|
<xsl:param name="ulink.footnotes" select="1"></xsl:param> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- The release notes have too many ulinks to look good as footnotes in print mode --> |
|
|
|
|
|
|
|
<xsl:template match="sect1[starts-with(@id, 'release-')]//ulink[starts-with(@url, 'https://postgr.es/c/')]"> |
|
|
|
|
|
|
|
<!-- Do nothing for ulink to avoid footnotes --> |
|
|
|
|
|
|
|
</xsl:template> |
|
|
|
|
|
|
|
|
|
|
|
<xsl:param name="use.extensions" select="1"></xsl:param> |
|
|
|
<xsl:param name="use.extensions" select="1"></xsl:param> |
|
|
|
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param> |
|
|
|
<xsl:param name="variablelist.as.blocks" select="1"></xsl:param> |
|
|
|
<xsl:param name="orderedlist.label.width">1.5em</xsl:param> |
|
|
|
<xsl:param name="orderedlist.label.width">1.5em</xsl:param> |
|
|
|