aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-print.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-print.xsl')
-rw-r--r--stylesheets/lfs-print.xsl16
1 files changed, 3 insertions, 13 deletions
diff --git a/stylesheets/lfs-print.xsl b/stylesheets/lfs-print.xsl
index fa2e2d65b..457396bc3 100644
--- a/stylesheets/lfs-print.xsl
+++ b/stylesheets/lfs-print.xsl
@@ -11,6 +11,8 @@
<!-- Including our others customized templates -->
<xsl:include href="print/lfs-index.xsl"/>
<xsl:include href="print/lfs-pagesetup.xsl"/>
+ <xsl:include href="print/lfs-sections.xsl"/>
+ <xsl:include href="print/lfs-mixed.xsl"/>
<!-- Paper size required by the publisher -->
<xsl:param name="paper.type" select="'Customized'"/>
@@ -35,22 +37,10 @@
<xsl:param name="generate.section.toc.level" select="-1"></xsl:param>
<xsl:param name="toc.indent.width" select="18"></xsl:param>
- <!-- Page number in Xref-->
+ <!-- Page number in Xref ?-->
<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>-->
- <fo:page-number-citation ref-id="{$id}"/>
- <!--<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>