Ignore:
Timestamp:
08/10/2004 08:58:29 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
bb9c6141
Parents:
3e46693
Message:

Print output: added graphics and background color to admonitions, shaded screen.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/print/lfs-index.xsl

    r3e46693 rcbd57db  
    123123  </xsl:template>
    124124
     125    <!-- Page number in Index-->
     126  <xsl:template match="*" mode="page.citation">
     127    <xsl:param name="id" select="'???'"/>
     128    <fo:inline keep-together.within-line="always">
     129      <!--<xsl:text>[p</xsl:text>-->
     130      <fo:page-number-citation ref-id="{$id}"/>
     131      <!--<xsl:text>]</xsl:text>-->
     132    </fo:inline>
     133  </xsl:template>
     134
    125135</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.