Ignore:
Timestamp:
10/19/2005 06:10:50 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
effd9c6
Parents:
2d58af2
Message:

Updated the stylesheets.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pdf/lfs-pagesetup.xsl

    r2d58af2 re13f188  
    6565    <!-- Font size for chapter title. -->
    6666  <xsl:template match="title" mode="chapter.titlepage.recto.auto.mode">
    67     <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" 
    68             xsl:use-attribute-sets="chapter.titlepage.recto.style" 
     67    <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format"
     68            xsl:use-attribute-sets="chapter.titlepage.recto.style"
    6969            font-size="21pt" font-weight="bold" text-align="left">
    7070      <xsl:call-template name="component.title">
     
    7878  <xsl:param name="page.margin.outer">0.375in</xsl:param>
    7979  <xsl:param name="body.start.indent" select="'0.7pc'"/>
     80  <xsl:param name="title.margin.left">-0.7pc</xsl:param>
    8081  <xsl:attribute-set name="normal.para.spacing">
    8182    <xsl:attribute name="space-before.optimum">0.6em</xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.