summaryrefslogtreecommitdiff
path: root/math/render_info.mli
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
committerPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
commit183851b06bd6c52f3cae5375f433da720d410447 (patch)
treea477257decbf3360127f6739c2f9d0ec57a03d39 /math/render_info.mli
MediaWiki 1.7.1 wiederhergestellt
Diffstat (limited to 'math/render_info.mli')
-rw-r--r--math/render_info.mli20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/render_info.mli b/math/render_info.mli
new file mode 100644
index 00000000..d5e7fde9
--- /dev/null
+++ b/math/render_info.mli
@@ -0,0 +1,20 @@
+type font_force =
+ FONTFORCE_IT
+ | FONTFORCE_RM
+type font_class =
+ FONT_IT (* IT default, may be forced to be RM *)
+ | FONT_RM (* RM default, may be forced to be IT *)
+ | FONT_UF (* not affected by IT/RM setting *)
+ | FONT_RTI (* RM - any, IT - not available in HTML *)
+ | FONT_UFH (* in TeX UF, in HTML RM *)
+type math_class =
+ MN
+ | MI
+ | MO
+type t =
+ HTMLABLEC of font_class * string * string
+ | HTMLABLEM of font_class * string * string
+ | HTMLABLE of font_class * string * string
+ | MHTMLABLEC of font_class * string * string * math_class * string
+ | HTMLABLE_BIG of string * string
+ | TEX_ONLY of string