mathcolor ==> color in <FONT>
arrow size set equal to "+0"
</xsl:when>
</xsl:choose>
</xsl:variable>
- <FONT FACE="symbol" SIZE="{$size}" mathcolor="{$color}">
+ <FONT FACE="symbol" SIZE="{$size}" color="{$color}">
<xsl:value-of select="$fontsymbol"/>
</FONT>
</xsl:when>
<xsl:call-template name="mksymbol-1">
<xsl:with-param name="symbol" select="$name"/>
<xsl:with-param name="color" select="'blue'"/>
- <xsl:with-param name="size" select="'+2'"/>
+ <xsl:with-param name="size" select="'+0'"/>
</xsl:call-template>
<xsl:apply-templates select="*[position()=3]">
<xsl:with-param name="current_indent" select="$current_indent + 5"/>