Ignore:
Timestamp:
May 10, 2006, 4:36:57 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
61d6a26
Parents:
bd709ec
Message:

r3374@server (orig r1557): manuel | 2006-05-10 15:51:37 -0700
Updated stylesheets to match current LFS features.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/pdf/lfs-mixed.xsl

    rbd709ec r8a84f0d  
    1313  </xsl:template>
    1414
    15     <!-- Allow forced line breaks inside paragraphs emulating literallayout. -->
     15    <!-- Allow forced line breaks inside paragraphs emulating literallayout
     16    and to remove vertical space in pachages and patches pages. -->
    1617 <xsl:template match="para">
    1718    <xsl:choose>
     
    2223                    text-align="start"
    2324                    linefeed-treatment="preserve">
     25          <xsl:call-template name="anchor"/>
     26          <xsl:apply-templates/>
     27        </fo:block>
     28      </xsl:when>
     29      <xsl:when test="ancestor::variablelist/@role = 'materials'">
     30        <fo:block>
     31          <xsl:attribute name="space-before.optimum">0.1em</xsl:attribute>
     32          <xsl:attribute name="space-before.minimum">0em</xsl:attribute>
     33          <xsl:attribute name="space-before.maximum">0.2em</xsl:attribute>
    2434          <xsl:call-template name="anchor"/>
    2535          <xsl:apply-templates/>
Note: See TracChangeset for help on using the changeset viewer.