summaryrefslogtreecommitdiff
path: root/math/render_info.mli
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
committerPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
commitca32f08966f1b51fcb19460f0996bb0c4048e6fe (patch)
treeec04cc15b867bc21eedca904cea9af0254531a11 /math/render_info.mli
parenta22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (diff)
Update to MediaWiki 1.18.0
* also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing
Diffstat (limited to 'math/render_info.mli')
-rw-r--r--math/render_info.mli20
1 files changed, 0 insertions, 20 deletions
diff --git a/math/render_info.mli b/math/render_info.mli
deleted file mode 100644
index d5e7fde9..00000000
--- a/math/render_info.mli
+++ /dev/null
@@ -1,20 +0,0 @@
-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