~what:[Cic.Rel 1] ~with_what:[Cic.Implicit None] ~where:t
in
(if size > 0 then "<span font_desc=\""^string_of_int size^"\">" else "") ^
- ApplyTransformation.txt_of_cic_term ~map_unicode_to_tex:false
- max_int [] c t^(if size > 0 then "</span>" else "")
+ (Pcre.replace ~pat:"<" ~templ:"<"
+ (Pcre.replace ~pat:">" ~templ:">"
+ (ApplyTransformation.txt_of_cic_term ~map_unicode_to_tex:false
+ max_int [] c t)))^
+ (if size > 0 then "</span>" else "")
;;
let pp_goal context x =
if x == fake_goal then "" else pp context x
let cell_of_goal height win_width context goal =
GMisc.label
~markup:(pp_goal context goal) ~xalign:0.0
- ~width:(min (win_width * 60 / 100) 500)
+ ~width:(min (win_width * 30 / 100) 500)
~line_wrap:false
~ellipsize:`END
~height