Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/doc/xml/spec-common.xsl @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 916 bytes
Line 
1<?xml version='1.0'?>
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
5
6      this file is included by the format-specific stylesheets
7      $Id: spec-common.xsl 7186 2004-07-20 07:19:25Z xiphmont $
8-->
9
10  <xsl:param name="use.svg" select="'0'"/>
11
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'"/>
15
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'"/>
19
20  <!-- we're using xinclude instead to the extent that xsltproc doesn't support this -->
21  <xsl:param name="textinclude.extension" select="'1'"/>
22
23<!-- end common elements -->
24</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.