]> matita.cs.unibo.it Git - helm.git/commitdiff
not simbol is now the logical one
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 4 Dec 2000 13:53:13 +0000 (13:53 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 4 Dec 2000 13:53:13 +0000 (13:53 +0000)
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>