[xiph-cvs] cvs commit: vorbis/doc/xml spec-common.xsl
Ralph Giles
giles at xiph.org
Mon Oct 28 04:14:56 PST 2002
giles 02/10/28 07:14:56
Modified: doc/xml spec-common.xsl
Log:
turn off math delimiter generation in tex output.
Revision Changes Path
1.3 +2 -1 vorbis/doc/xml/spec-common.xsl
Index: spec-common.xsl
===================================================================
RCS file: /usr/local/cvsroot/vorbis/doc/xml/spec-common.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spec-common.xsl 27 Oct 2002 14:58:33 -0000 1.2
+++ spec-common.xsl 28 Oct 2002 12:14:56 -0000 1.3
@@ -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'"/>
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list