]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove passivetex.extension test from graphic template.
authorBob Stayton <bobs@sagehill.net>
Tue, 10 Jan 2012 18:36:35 +0000 (18:36 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 10 Jan 2012 18:36:35 +0000 (18:36 +0000)
xsl/fo/math.xsl

index 7894d02b12b4333414758cac9c41195dc2956b7d..cb7e40e5bc604c1901eab549db358f27ef81109c 100644 (file)
@@ -40,7 +40,7 @@
 </xsl:template>
 
 <xsl:template match="equation/graphic | informalequation/graphic">
-  <xsl:if test="$passivetex.extensions = 0 or $tex.math.in.alt = ''">
+  <xsl:if test="$tex.math.in.alt = ''">
     <fo:block>
       <xsl:call-template name="process.image"/>
     </fo:block>