]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
added notation for arithmetics
[helm.git] / helm / style / rootcontent.xsl
index e7197b2714c8b134063f7535a089f4ccfb1e72cf..41608e5c424028ab797757915d786140df1c61cf 100644 (file)
@@ -27,7 +27,7 @@
 <!--***********************************************************************--> 
 <!-- XSLT version 0.1 of the stylesheet to accomplish the right inclusion  -->
 <!-- of the content stylesheets:                                           -->
-<!-- First draft: May 26 2000, Claudio Sacerdoti Coen, Irene Schena        -->
+<!-- First draft: May 26 2000, C.Sacerdoti Coen, I.Schena, F.Guidi         -->
 <!--***********************************************************************-->
 
 <!-- Schema of stylesheet precedences (from highest to lowest):          -->
@@ -56,8 +56,9 @@
 <xsl:variable name="CICAnnotations" select="document(concat($absPath,$CICURI,'.ann'))"/>
 
 <xsl:import href="annotatedcont.xsl"/>
-
+<xsl:include href="contentlib.xsl"/>   <!-- FG -->
 <xsl:include href="basic.xsl"/>
+<xsl:include href="arith.xsl"/>        <!-- FG -->
 <xsl:include href="set.xsl"/>
 <xsl:include href="reals.xsl"/>
 <xsl:include href="proofs.xsl"/>