mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-30 01:34:07 +02:00
Move library tree where it belongs
This commit is contained in:
16
lib-src/libogg/doc/xml/spec-fo.xsl
Normal file
16
lib-src/libogg/doc/xml/spec-fo.xsl
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user