[xiph-cvs] cvs commit: vorbis/doc/xml spec-common.xsl

Ralph Giles giles at xiph.org
Sun Oct 27 06:58:33 PST 2002



giles       02/10/27 09:58:33

  Modified:    doc/xml  spec-common.xsl
  Log:
  turn on some extensions by default

Revision  Changes    Path
1.2       +7 -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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spec-common.xsl	26 Oct 2002 13:22:30 -0000	1.1
+++ spec-common.xsl	27 Oct 2002 14:58:33 -0000	1.2
@@ -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'"/>
@@ -12,6 +12,12 @@
   <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'"/>
+
+  <!-- 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>

<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