]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/content_to_html.xsl
Modified Files:
[helm.git] / helm / style / content_to_html.xsl
index d3cb774084c37549047d25088ed2929e7fb570c0..d352da2a9a6d713dbc99819d8b68a1e15519a968 100644 (file)
        <xsl:choose>
        <xsl:when test="$charlength > $framewidth">
          <!-- &#x03a0; -->
-         <FONT FACE="symbol" SIZE="+2" color="blue">&#80;</FONT>
+         <FONT FACE="symbol" SIZE="+2" mathcolor="blue">&#80;</FONT>
          <xsl:apply-templates select="m:bvar/m:ci"/>
          <xsl:text>:</xsl:text>
          <xsl:apply-templates select="m:bvar/m:type">
        </xsl:when>
        <xsl:otherwise>
         <!-- &#x03a0; -->
-        <FONT FACE="symbol" SIZE="+2" color="blue">&#80;</FONT>
+        <FONT FACE="symbol" SIZE="+2" mathcolor="blue">&#80;</FONT>
         <xsl:apply-templates select="m:bvar/m:ci"/>
         <xsl:text>:</xsl:text>
         <xsl:apply-templates select="m:bvar/m:type"/>
         <xsl:with-param name="current_indent" select="$current_indent + 2"/> 
        </xsl:call-template>
        <!-- -> -->
-       <FONT FACE="symbol" SIZE="+2" color="blue">&#174;</FONT>
+       <FONT FACE="symbol" SIZE="+2" mathcolor="blue">&#174;</FONT>
        <xsl:apply-templates select="*[position()=3]">
         <xsl:with-param name="current_indent" select="$current_indent + 5"/>
        </xsl:apply-templates>
         <xsl:text>(</xsl:text>
         <xsl:apply-templates select="*[position()=2]"/>
         <!-- -> -->
-        <FONT FACE="symbol" SIZE="+2" color="blue">&#174;</FONT>
+        <FONT FACE="symbol" SIZE="+2" mathcolor="blue">&#174;</FONT>
         <xsl:apply-templates select="*[position()=3]"/>
         <xsl:text>)</xsl:text>
        </xsl:otherwise>
             </xsl:otherwise>
             </xsl:choose>
             <xsl:apply-templates select="."/>
-            <FONT FACE="symbol" SIZE="+2" color="green">&#222;</FONT>
+            <FONT FACE="symbol" SIZE="+2" mathcolor="green">&#222;</FONT>
             <xsl:apply-templates select="following-sibling::*[position()= 1]">
              <xsl:with-param name="current_indent" select="$current_indent + 4 + string-length()"/>
             </xsl:apply-templates>
          </xsl:when> 
          </xsl:choose>
          <xsl:apply-templates select="."/>
-         <FONT FACE="symbol" SIZE="+2" color="green">&#222;</FONT>
+         <FONT FACE="symbol" SIZE="+2" mathcolor="green">&#222;</FONT>
          <xsl:apply-templates select="following-sibling::*[position()= 1]">
           <xsl:with-param name="current_indent" select="$current_indent + 2 + string-length()"/>
          </xsl:apply-templates>
      <xsl:choose>
      <xsl:when test="$charlength > $framewidth">
        <!-- &#x03bb; -->
-       <FONT FACE="symbol" SIZE="+2" color="red">&#108;</FONT>
+       <FONT FACE="symbol" SIZE="+2" mathcolor="red">&#108;</FONT>
        <xsl:apply-templates select="m:bvar/m:ci"/>
        <xsl:text>:</xsl:text>
        <xsl:apply-templates select="m:bvar/m:type">
      </xsl:when>
      <xsl:otherwise>
       <!-- &#x03bb; -->
-      <FONT FACE="symbol" SIZE="+2" color="red">&#108;</FONT>
+      <FONT FACE="symbol" SIZE="+2" mathcolor="red">&#108;</FONT>
       <xsl:apply-templates select="m:bvar/m:ci"/>
       <xsl:text>:</xsl:text>
       <xsl:apply-templates select="m:bvar/m:type"/>