2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 <!-- elements of customization for Xiph.Org specs
4 common to all docbook output formats
6 this file is included by the format-specific stylesheets
10 <xsl:param name="use.svg" select="'0'"/>
12 <xsl:param name="section.autolabel" select="'1'"/>
13 <xsl:param name="section.label.includes.component.label" select="'1'"/>
14 <xsl:param name="appendix.autolabel" select="'1'"/>
16 <!-- we have latex versions of the equations inline -->
17 <xsl:param name="tex.math.in.alt" select="'latex'"/>
18 <xsl:param name="tex.math.delims" select="'0'"/>
20 <!-- we're using xinclude instead to the extent that xsltproc doesn't support this -->
21 <xsl:param name="textinclude.extension" select="'1'"/>
23 <!-- end common elements -->