Ignore:
Timestamp:
08/29/2004 08:00:56 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
cdfb460
Parents:
3001a42
Message:

Wrapped the commands until Chapter 5 to 60 chars.
Testing new look for 'cat > .... << EOF' blocks.

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

File:
1 edited

Legend:

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

    r3001a42 rc863747  
    183183  </xsl:template>
    184184
     185    <!-- Presentation of literal tag -->
     186  <xsl:template match="literal">
     187    <fo:inline  font-weight="normal">
     188      <xsl:call-template name="inline.monoseq"/>
     189    </fo:inline>
     190  </xsl:template>
     191
    185192</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.