turn on some extensions by default
authorRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 14:58:33 +0000 (14:58 +0000)
committerRalph Giles <giles@xiph.org>
Sun, 27 Oct 2002 14:58:33 +0000 (14:58 +0000)
svn path=/trunk/vorbis/; revision=4064

doc/xml/spec-common.xsl

index b6aa036..b0ca9e3 100644 (file)
@@ -4,7 +4,7 @@
       common to all docbook output formats
 
       this file is included by the format-specific stylesheets
-      $Id: spec-common.xsl,v 1.1 2002/10/26 13:22:30 giles Exp $
+      $Id: spec-common.xsl,v 1.2 2002/10/27 14:58:33 giles Exp $
 -->
 
   <xsl:param name="use.svg" select="'0'"/>
   <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'"/>
+
+  <!-- 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>