diff options
Diffstat (limited to 'xorg-fo.xsl')
-rw-r--r-- | xorg-fo.xsl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xorg-fo.xsl b/xorg-fo.xsl index 4680db3..41fb3f3 100644 --- a/xorg-fo.xsl +++ b/xorg-fo.xsl @@ -41,6 +41,13 @@ <xsl:attribute name="break-after">page</xsl:attribute> </xsl:attribute-set> + <!-- + Use element count instead of random number for id generation, for more + repeatable builds + --> + <xsl:param name="generate.consistent.ids" select="1"/> + + <!-- Pagination and General Styles FO Parameters --> <!-- Speed up ps & pdf creation by not creating pages with "draft" image, |