Sha256: feff4b65f81a96f347bccbe3a39ea36d9e927e0a21f83ab9977fde56f9825127

Contents?: true

Size: 660 Bytes

Versions: 1

Compression:

Stored size: 660 Bytes

Contents

<?xml version='1.0'?> 
<xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0"> 
  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> 
  <xsl:include href="spec-common.xsl"/>
  <xsl:param name="paper.type" select="'A4'"/> 

  <xsl:attribute-set name="section.title.level1.properties">
    <xsl:attribute name="break-before">page</xsl:attribute>
  </xsl:attribute-set>

  <!-- the appendix pagebreak setting doesn't seem to be respected -->
  <xsl:attribute-set name="appendix.title.properties">
    <xsl:attribute name="break-before">page</xsl:attribute>
  </xsl:attribute-set>

</xsl:stylesheet>  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gosu-0.7.16 dependencies/libvorbis/doc/xml/spec-fo.xsl