]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - math/render_info.mli
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / math / render_info.mli
1 type font_force =
2     FONTFORCE_IT
3   | FONTFORCE_RM
4 type font_class =
5     FONT_IT  (* IT default, may be forced to be RM *)
6   | FONT_RM  (* RM default, may be forced to be IT *)
7   | FONT_UF  (* not affected by IT/RM setting *)
8   | FONT_RTI (* RM - any, IT - not available in HTML *)
9   | FONT_UFH (* in TeX UF, in HTML RM *)
10 type math_class =
11     MN
12   | MI
13   | MO
14 type t =
15       HTMLABLEC of font_class * string * string
16     | HTMLABLEM of font_class * string * string
17     | HTMLABLE of font_class * string * string
18     | MHTMLABLEC of font_class * string * string * math_class * string
19     | HTMLABLE_BIG of string * string
20     | TEX_ONLY of string