]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/mml2mmlv1_0.xsl
not simbol is now the logical one
[helm.git] / helm / style / mml2mmlv1_0.xsl
index 063bfb8cad6c12e61df583e0fa3de9ad159f4d27..a29d6019cac7b85324c76742f6c4d38642a161b6 100644 (file)
 <xsl:template match = "m:apply[m:not[1]]">
   <m:mrow>
     <xsl:call-template name="insert_xref"/>
+<!-- CSC, per estetica!
     <m:mo><xsl:call-template name="insert1"/>not</m:mo>
+-->
+    <m:mo><xsl:call-template name="insert1"/><m:mchar name="not"/></m:mo>
     <xsl:apply-templates select = "*[2]" mode = "semantics">
       <xsl:with-param name="IN_PREC" select="$FUNCTION_PREC"/>
     </xsl:apply-templates>