]> matita.cs.unibo.it Git - helm.git/commitdiff
mathvariant=normal for all the proof ;-)
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 28 Jul 2003 15:21:24 +0000 (15:21 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 28 Jul 2003 15:21:24 +0000 (15:21 +0000)
helm/ocaml/cic_transformations/mpresentation.ml

index 09eb6331e085caa2dd1ae94a506ecdd16b4f8beb..34c65a4174e561f8fd42e9991b4588492f5e1360 100644 (file)
@@ -217,7 +217,7 @@ let print_mpres pres =
      [Some "xmlns","m","http://www.w3.org/1998/Math/MathML" ;
       Some "xmlns","helm","http://www.cs.unibo.it/helm" ;
       Some "xmlns","xlink","http://www.w3.org/1999/xlink"
-     ] (print_mpres pres)
+     ] (Xml.xml_nempty ~prefix "mstyle" [None, "mathvariant", "normal"] (print_mpres pres))
  >]