aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
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
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')
-rw-r--r--stylesheets/lfs-print.xsl17
-rw-r--r--stylesheets/print/lfs-index.xsl2
-rw-r--r--stylesheets/print/lfs-pagesetup.xsl4
3 files changed, 11 insertions, 12 deletions
diff --git a/stylesheets/lfs-print.xsl b/stylesheets/lfs-print.xsl
index 929c15ce5..1e2e9ece3 100644
--- a/stylesheets/lfs-print.xsl
+++ b/stylesheets/lfs-print.xsl
@@ -4,7 +4,7 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<!-- We use FO and FOP as the processor -->
- <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/fo/docbook.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/fo/profile-docbook.xsl"/>
<xsl:param name="fop.extensions" select="1"/>
<xsl:param name="draft.mode" select="'no'"/>
@@ -12,20 +12,19 @@
<xsl:include href="print/lfs-index.xsl"/>
<xsl:include href="print/lfs-pagesetup.xsl"/>
- <!-- Probably want to make the paper size configurable -->
- <xsl:param name="paper.type" select="'A4'"/>
+ <!-- Paper size required by the publisher -->
+ <xsl:param name="paper.type" select="'Cunstommized'"/>
+ <xsl:param name="page.width">7.25in</xsl:param>
+ <xsl:param name="page.height">9.25in</xsl:param>
<!-- Printing Style -->
<xsl:param name="double.sided" select="1"/>
- <xsl:param name="hyphenate">true</xsl:param>
+ <xsl:param name="hyphenate">false</xsl:param>
<xsl:param name="alignment">justify</xsl:param>
-
- <!-- Hyphenate links -->
- <xsl:param name="ulink.hyphenate" select="' '"></xsl:param>
<!-- Font size -->
- <xsl:param name="body.font.master">8</xsl:param>
- <xsl:param name="body.font.size">10pt</xsl:param>
+ <xsl:param name="body.font.master">6</xsl:param>
+ <xsl:param name="body.font.size">8pt</xsl:param>
<!-- TOC stuff -->
<xsl:param name="generate.toc">
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>