aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/print
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-07-13 16:15:34 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-07-13 16:15:34 +0000
commit132af6eb61cb2ec4ee6fd98c9ee8dc0bb667d777 (patch)
treea312033fea9595843aa4d8dbd0631d43bf9428a9 /stylesheets/print
parent44758be312e368144ad778bfbb0c2f2237ae8840 (diff)
Adapted the print stylesheets to the publisher requeriments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/print')
-rw-r--r--stylesheets/print/lfs-index.xsl2
-rw-r--r--stylesheets/print/lfs-pagesetup.xsl4
2 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/print/lfs-index.xsl b/stylesheets/print/lfs-index.xsl
index 7cffd5328..1d432abf8 100644
--- a/stylesheets/print/lfs-index.xsl
+++ b/stylesheets/print/lfs-index.xsl
@@ -13,7 +13,7 @@
<!--Title-->
<xsl:template match="index" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:text>Index of packages and important installed files</xsl:text>
+ <xsl:text>Index</xsl:text>
</xsl:template>
<!-- Divisions-->
diff --git a/stylesheets/print/lfs-pagesetup.xsl b/stylesheets/print/lfs-pagesetup.xsl
index 808fe9465..d3a42f54a 100644
--- a/stylesheets/print/lfs-pagesetup.xsl
+++ b/stylesheets/print/lfs-pagesetup.xsl
@@ -77,8 +77,8 @@
</xsl:template>
<!-- Margins -->
- <xsl:param name="page.margin.inner">1in</xsl:param>
- <xsl:param name="page.margin.outer">0.5in</xsl:param>
+ <xsl:param name="page.margin.inner">0.5in</xsl:param>
+ <xsl:param name="page.margin.outer">0.375in</xsl:param>
<xsl:param name="title.margin.left">-1pc</xsl:param>
<xsl:attribute-set name="normal.para.spacing">
<xsl:attribute name="space-before.optimum">0.8em</xsl:attribute>