[xiph-cvs] cvs commit: vorbis/doc/xml spec-fo.xsl
Ralph Giles
giles at xiph.org
Sat Oct 26 08:50:48 PDT 2002
giles 02/10/26 11:50:48
Modified: doc/xml spec-fo.xsl
Log:
Place pagebreaks before major sections.
Revision Changes Path
1.2 +10 -0 vorbis/doc/xml/spec-fo.xsl
Index: spec-fo.xsl
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/spec-fo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spec-fo.xsl 26 Oct 2002 13:22:30 -0000 1.1
+++ spec-fo.xsl 26 Oct 2002 15:50:48 -0000 1.2
@@ -3,4 +3,14 @@
<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>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list