Changeset fae4d63a for stylesheets


Ignore:
Timestamp:
08/01/2004 08:35:24 AM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
f7d87b0
Parents:
9c67b6a
Message:

Some adjust for the printed version.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-print.xsl

    r9c67b6a rfae4d63a  
    3737
    3838    <!-- Page number in Xref-->
    39   <xsl:param name="insert.xref.page.number">yes</xsl:param>
     39  <xsl:param name="insert.xref.page.number">no</xsl:param>
    4040  <xsl:template match="*" mode="page.citation">
    4141    <xsl:param name="id" select="'???'"/>
    4242    <fo:inline keep-together.within-line="always">
    43       <xsl:text>[p</xsl:text>
     43      <!--<xsl:text>[p</xsl:text>-->
    4444      <fo:page-number-citation ref-id="{$id}"/>
    45       <xsl:text>]</xsl:text>
     45      <!--<xsl:text>]</xsl:text>-->
    4646    </fo:inline>
    4747  </xsl:template>
     
    5050  <xsl:param name="ulink.show" select="0"/>
    5151
     52    <!-- Sections numbering -->
     53  <xsl:param name="section.autolabel" select="1"/>
     54  <xsl:param name="section.label.includes.component.label" select="1"/>
     55
    5256</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.