mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-12 15:46:25 +01:00
Move library tree where it belongs
This commit is contained in:
24
lib-src/libogg/doc/xml/spec-common.xsl
Normal file
24
lib-src/libogg/doc/xml/spec-common.xsl
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version='1.0'?>
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<!-- elements of customization for Xiph.org specs
|
||||
common to all docbook output formats
|
||||
|
||||
this file is included by the format-specific stylesheets
|
||||
$Id: spec-common.xsl,v 1.1.1.1 2004-11-13 16:51:22 mbrubeck Exp $
|
||||
-->
|
||||
|
||||
<xsl:param name="use.svg" select="'0'"/>
|
||||
|
||||
<xsl:param name="section.autolabel" select="'1'"/>
|
||||
<xsl:param name="section.label.includes.component.label" select="'1'"/>
|
||||
<xsl:param name="appendix.autolabel" select="'1'"/>
|
||||
|
||||
<!-- we have latex versions of the equations inline -->
|
||||
<xsl:param name="tex.math.in.alt" select="'latex'"/>
|
||||
<xsl:param name="tex.math.delims" select="'0'"/>
|
||||
|
||||
<!-- we're using xinclude instead to the extent that xsltproc doesn't support this -->
|
||||
<xsl:param name="textinclude.extension" select="'1'"/>
|
||||
|
||||
<!-- end common elements -->
|
||||
</xsl:stylesheet>
|
||||
Reference in New Issue
Block a user