Changeset ec0a37e6


Ignore:
Timestamp:
08/18/2004 09:17:04 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
69993f4
Parents:
67129a2b
Message:

Added support to can force page breaks.

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

File:
1 edited

Legend:

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

    r67129a2b rec0a37e6  
    44                xmlns:fo="http://www.w3.org/1999/XSL/Format"
    55                version="1.0">
     6
     7 
     8    <!-- This is a hack and isn't correct semantically. The beginpage tags must
     9      be placed in the XML source only to render the final PDF output, and must
     10      be removed after.-->
     11  <xsl:template match="beginpage">
     12    <fo:block break-after="page"/>
     13  </xsl:template>
    614
    715    <!-- Split URLs -->
Note: See TracChangeset for help on using the changeset viewer.