turn off math delimiter generation in tex output.
authorRalph Giles <giles@xiph.org>
Mon, 28 Oct 2002 12:14:56 +0000 (12:14 +0000)
committerRalph Giles <giles@xiph.org>
Mon, 28 Oct 2002 12:14:56 +0000 (12:14 +0000)
svn path=/trunk/vorbis/; revision=4068

doc/xml/spec-common.xsl

index b0ca9e3..f0af7b9 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.2 2002/10/27 14:58:33 giles Exp $
+      $Id: spec-common.xsl,v 1.3 2002/10/28 12:14:56 giles Exp $
 -->
 
   <xsl:param name="use.svg" select="'0'"/>
@@ -15,6 +15,7 @@
 
   <!-- 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'"/>