Ignore:
Timestamp:
01/19/2005 06:12:21 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
5156910b
Parents:
0c81bec
Message:

Updated the LFS-RNG stylesheets.
Only chunked XHTML output can be rendered by now,
but with some bugs in the look.

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

File:
1 edited

Legend:

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

    r0c81bec ra9fde34e  
    6363  </xsl:template>
    6464
     65    <!-- Font size for chapter title. -->
     66  <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"
     69            font-size="21pt" font-weight="bold" text-align="left">
     70      <xsl:call-template name="component.title">
     71        <xsl:with-param name="node" select="ancestor-or-self::chapter[1]"/>
     72      </xsl:call-template>
     73    </fo:block>
     74  </xsl:template>
     75
    6576    <!-- Margins -->
    6677  <xsl:param name="page.margin.inner">0.5in</xsl:param>
Note: See TracChangeset for help on using the changeset viewer.