aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-print.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-08-10 20:59:00 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-08-10 20:59:00 +0000
commita112251b966af505544593171443b560d031d54c (patch)
treeb5bfa3268c8126fda6ddb37a47b1fad3da2df42b /stylesheets/lfs-print.xsl
parent01d6d63abb99fbbea4ea9af94ccd8542fa3cf5a7 (diff)
Print output: added graphics and background color to admonitions, shaded screen.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4025 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>