diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-10 11:18:50 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-10 11:18:50 +0000 |
commit | 80d66d1587a81148a7558c87fd5cc0d9ebcbf7d3 (patch) | |
tree | 15b59e2693594ac30c9c92510514db9c4fc7a09b /stylesheets/pdf | |
parent | 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (diff) |
Updated the stylesheets to use version 1.69.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/pdf')
-rw-r--r-- | stylesheets/pdf/lfs-pagesetup.xsl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/pdf/lfs-pagesetup.xsl b/stylesheets/pdf/lfs-pagesetup.xsl index 88538a3cb..7e19099ce 100644 --- a/stylesheets/pdf/lfs-pagesetup.xsl +++ b/stylesheets/pdf/lfs-pagesetup.xsl @@ -64,8 +64,8 @@ <!-- Font size for chapter title. --> <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode"> - <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" - xsl:use-attribute-sets="chapter.titlepage.recto.style" + <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" + xsl:use-attribute-sets="chapter.titlepage.recto.style" font-size="21pt" font-weight="bold" text-align="left"> <xsl:call-template name="component.title"> <xsl:with-param name="node" select="ancestor-or-self::chapter[1]"/> @@ -77,6 +77,7 @@ <xsl:param name="page.margin.inner">0.5in</xsl:param> <xsl:param name="page.margin.outer">0.375in</xsl:param> <xsl:param name="body.start.indent" select="'0.7pc'"/> + <xsl:param name="title.margin.left">-0.7pc</xsl:param> <xsl:attribute-set name="normal.para.spacing"> <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute> <xsl:attribute name="space-before.minimum">0.4em</xsl:attribute> |