]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/content_to_html.xsl
New: expected types (in the sense of Yann Coscoy) now availables for
[helm.git] / helm / style / content_to_html.xsl
index 01b2a41cbaff49ddb6c220179e3eda48ea6754c4..dc6d6d7a83c9d1ec4701164ce0999d1c47f5485b 100644 (file)
       </xsl:choose>
      </xsl:for-each>
     </xsl:when>
-    <!-- proof -->
+    <!-- proof and side_proof -->
     <xsl:when test="$name='proof' or $name='side_proof'">
        <xsl:apply-templates mode="inline" select="*[position()=2]"/>
        <FONT color="red">&#x00a0;proves&#x00a0;</FONT>
        <xsl:apply-templates mode="inline" select="*[position()=3]"/>
     </xsl:when>
+    <!-- letin1 -->
     <xsl:when test="$name='letin1'">
      <xsl:text>letin1 (inline error)</xsl:text>
     </xsl:when>