fixed #5; Page numbering fixed

This commit is contained in:
Poltern 2023-10-14 13:32:57 +03:00
parent 7b28bc4222
commit 4deb88c350

View File

@ -88,6 +88,10 @@
Set to 0 to prevent duplicate e-mails in the Acknowledgments pages. -->
<xsl:param name="ulink.show" select="0"/>
<!-- Continuous numbering -->
<xsl:template name="initial.page.number">auto</xsl:template>
<xsl:template name="page.number.format">1</xsl:template>
<!-- Processing instruction for hard page breaks.
FOP-0.93 supports @keep-*.*, @orphans, and @widows attributes,
that solves several page break issues.