]> matita.cs.unibo.it Git - helm.git/commitdiff
Matitaweb: fixes compilation errors and minor graphical problems.
authormatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 9 Nov 2011 14:48:55 +0000 (14:48 +0000)
committermatitaweb <claudio.sacerdoticoen@unibo.it>
Wed, 9 Nov 2011 14:48:55 +0000 (14:48 +0000)
matitaB/components/grafite/grafiteAstPp.ml
matitaB/matita/matitadaemon.ml
matitaB/matita/matitaweb.css

index 78bb51971e1ab5ec595f370be2b519d831d6bf95..d4d312bd2b455c38489f81c50ee53e046f1cfd0f 100644 (file)
@@ -59,7 +59,7 @@ let rec pp_ntactic status ~map_unicode_to_tex =
   | NAuto (_,(None,flgs)) ->
       "nautobatch" ^
         String.concat " " (List.map (fun a,b -> a ^ "=" ^ b) flgs)
-  | NAuto (_,(Some l,flgs)) ->
+  | NAuto (_,(Some (_,l),flgs)) ->
       "nautobatch" ^ " by " ^
          (String.concat "," (List.map (NotationPp.pp_term status) l)) ^
         String.concat " " (List.map (fun a,b -> a ^ "=" ^ b) flgs)
index f0baa4ed0a08c22fa72ea4c10605e21887aae8de..81fa956e1161b87855080b26a7882bb647c57b40 100644 (file)
@@ -214,7 +214,7 @@ let eval_statement include_paths (* (buffer : GText.buffer) *) status (* script
           ->
           let l = match l with
           | None -> None
-          | Some _,l' -> Some (List.map (fun x -> "",0,x) l')
+          | Some (_,l') -> Some (List.map (fun x -> "",0,x) l')
           in
           let trace_ref = ref [] in
           let status = NnAuto.auto_tac ~params:(l,a) ~trace_ref status in
index cc9629e87b45d30c366fee215bc772378ab3fb87..32d68f983bdc8788d8039c8353ee541a98c3bd51 100644 (file)
@@ -191,7 +191,7 @@ div.toolbar {
        margin-left: auto;
        margin-right: auto;
        height:100%; 
-       width:350px;
+       width:400px;
         float:left; 
 }