aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-print.xsl
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2004-08-10 19:25:59 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2004-08-10 19:25:59 +0000
commit01d6d63abb99fbbea4ea9af94ccd8542fa3cf5a7 (patch)
treecc3e78c66351cf187214e663f4862e4857d689c0 /stylesheets/lfs-print.xsl
parent536b6aa453aa6e7f569f5e91c5e58bdc9cdde26e (diff)
synced testing branch stylesheets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-print.xsl')
-rw-r--r--stylesheets/lfs-print.xsl12
1 files changed, 8 insertions, 4 deletions
diff --git a/stylesheets/lfs-print.xsl b/stylesheets/lfs-print.xsl
index c1f68dce8..fa2e2d65b 100644
--- a/stylesheets/lfs-print.xsl
+++ b/stylesheets/lfs-print.xsl
@@ -13,7 +13,7 @@
<xsl:include href="print/lfs-pagesetup.xsl"/>
<!-- Paper size required by the publisher -->
- <xsl:param name="paper.type" select="'Cunstommized'"/>
+ <xsl:param name="paper.type" select="'Customized'"/>
<xsl:param name="page.width">7.25in</xsl:param>
<xsl:param name="page.height">9.25in</xsl:param>
@@ -36,17 +36,21 @@
<xsl:param name="toc.indent.width" select="18"></xsl:param>
<!-- Page number in Xref-->
- <xsl:param name="insert.xref.page.number">yes</xsl:param>
+ <xsl:param name="insert.xref.page.number">no</xsl:param>
<xsl:template match="*" mode="page.citation">
<xsl:param name="id" select="'???'"/>
<fo:inline keep-together.within-line="always">
- <xsl:text>[p</xsl:text>
+ <!--<xsl:text>[p</xsl:text>-->
<fo:page-number-citation ref-id="{$id}"/>
- <xsl:text>]</xsl:text>
+ <!--<xsl:text>]</xsl:text>-->
</fo:inline>
</xsl:template>
<!-- Prevent duplicate e-mails in the Acknowledgments pages-->
<xsl:param name="ulink.show" select="0"/>
+ <!-- Sections numbering -->
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="section.label.includes.component.label" select="1"/>
+
</xsl:stylesheet>