Ignore:
Timestamp:
09/11/2004 09:10:07 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
3f6be93
Parents:
0e9a9e2
Message:

In the PDF output, added support for line break,
changed the tagging in splitted URLs, and changed chapter title font size to 21pt.

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

File:
1 edited

Legend:

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

    r0e9a9e2 rc5143c9  
    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.